Actually use GCC 11

This commit is contained in:
Cacodemon345 2021-09-18 01:59:12 +06:00 committed by David Hrdlička
parent 68a9e4094f
commit 65538ca629

View File

@ -161,6 +161,7 @@ jobs:
-D NEW_DYNAREC=${{ matrix.build.new-dynarec }}
-D VNC=OFF
-D CMAKE_BUILD_TYPE=${{ matrix.build.type }}
-D CMAKE_C_COMPILER=gcc-11 -D CMAKE_CXX_COMPILER=g++-11
- name: Build
run: cmake --build build --target install