Skip to content

Commit

Permalink
Update nob.yml trying gcc-13 in ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias authored Apr 20, 2024
1 parent a943a53 commit b4c7771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install GoogleTest
run: sudo apt-get install libgtest-dev
run: sudo apt-get install libgtest-dev gcc-13
- name: Build & Test
run: |
g++ -std=c++20 -o nob nob.cpp
Expand Down

0 comments on commit b4c7771

Please sign in to comment.