Skip to content

Commit

Permalink
🔧 (GCC)
Browse files Browse the repository at this point in the history
Remove GCC 13 (workaround)
  • Loading branch information
YannLocatelli committed Dec 13, 2023
1 parent bca629d commit 32820d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ runs:
chmod +x ./llvm.sh
sudo ./llvm.sh 17
# Work around https://github.com/actions/runner-images/issues/8659
- name: "Remove GCC 13 from runner image (workaround)"
shell: bash
run: |
sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list
sudo apt-get update
sudo apt-get install -y --allow-downgrades libc6=2.35-0ubuntu3.4 libc6-dev=2.35-0ubuntu3.4 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04
#
# Mark: - Misc. tools
#
Expand Down

0 comments on commit 32820d7

Please sign in to comment.