Skip to content

Commit

Permalink
Update nob.yml trying a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias authored Apr 20, 2024
1 parent 8add30d commit 9ea17db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
run: sudo apt-get install libgtest-dev gcc-13
- name: Build & Test
run: |
g++ --version
g++-13 --version
alias g++='g++-13'
echo alias g++='g++-13' >> ~/.bashrc
source ~/.bashrc
g++ -std=c++20 -o nob nob.cpp
./nob

0 comments on commit 9ea17db

Please sign in to comment.