We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa5236 commit ac09efeCopy full SHA for ac09efe
.github/scripts/build-linux.sh
@@ -7,6 +7,8 @@ cd vcpkg
7
cd ..
8
export VCPKG_ROOT=$(pwd)/vcpkg
9
export PATH=${VCPKG_ROOT}:${PATH}
10
+export CC=gcc-11
11
+export CXX=g++-11
12
13
# Create build directory and configure
14
mkdir -p build
.github/workflows/upload-release.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Install build tools
57
run: |
58
sudo apt-get update
59
- sudo apt-get install -y build-essential cmake ninja-build
+ sudo apt-get install -y build-essential cmake ninja-build gcc-11 g++-11
60
61
- name: Run build script
62
0 commit comments