Skip to content

Commit

Permalink
Update github actions workflow to GCC 11
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelpro committed Jun 7, 2021
1 parent 8e48c63 commit 9ed6412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- run: sudo apt-get install ninja-build libboost1.71-all-dev libbotan-2-dev
- run: cmake . -G Ninja
env:
CC: gcc-10
CXX: g++-10
CC: gcc-11
CXX: g++-11
- run: cmake --build . --target rikerbot_all

0 comments on commit 9ed6412

Please sign in to comment.