diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b35cc539..408266e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -204,7 +204,9 @@ jobs: - name: Setup Linux if: ${{ runner.os == 'Linux' }} run: | - sudo apt install -y libglfw3-dev libglfw3 + sudo apt install -y gcc-11 g++-11 libglfw3-dev libglfw3 + sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11 + sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 11 - name: Cleanup Conan system packages (they are not properly cached) run: |