From 714451ee6585514ec04b0a80757dd96d1aabcbca Mon Sep 17 00:00:00 2001 From: ananthu3375 <148377620+ananthu3375@users.noreply.github.com> Date: Sun, 30 Jun 2024 00:44:37 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: |