Skip to content

Commit

Permalink
ci: updated gcc into 11.
Browse files Browse the repository at this point in the history
Signed-off-by: Bartłomiej Burdukiewicz <[email protected]>
  • Loading branch information
dev-0x7C6 committed Jun 14, 2021
1 parent 2a7728d commit f4d88c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
uses: actions/checkout@v1
with:
submodules: recursive
- name: install gcc 10
run: sudo apt-get install gcc-10 g++-10
- name: install gcc 11
run: sudo apt-get install gcc-11 g++-11
- name: install qt
uses: jurplel/[email protected].0
uses: jurplel/[email protected].2
- name: install opengl
run: sudo apt-get install mesa-common-dev libglu1-mesa-dev ninja-build -y
- name: cmake
run: CC="gcc-10" CXX="g++-10" cmake -GNinja -DTESTS=OFF -DBENCHMARKS=OFF .
run: CC="gcc-11" CXX="g++-11" cmake -GNinja -DTESTS=OFF -DBENCHMARKS=OFF .
- name: ninja
run: CC="gcc-10" CXX="g++-10" ninja
run: CC="gcc-11" CXX="g++-11" ninja

0 comments on commit f4d88c8

Please sign in to comment.