Skip to content

Commit

Permalink
Update nob.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed Apr 18, 2024
1 parent 1869117 commit e9348df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: GoogleTest
- name: Install GoogleTest
run: |
#sudo apt-get update
sudo apt-get install libgtest-dev
- name: Build
- name: Build & Test
run: |
g++ -std=c++20 -o nob nob.cpp
./nob

0 comments on commit e9348df

Please sign in to comment.