Skip to content

Commit

Permalink
Hack to fix linux runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmz committed Oct 30, 2023
1 parent ee38860 commit 2d49918
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
with:
key: linux-${{ matrix.image }}-${{ matrix.compiler }}-${{ matrix.config }}

- name: Hack to fix github runner
run: |
# Hack to deal with https://github.com/actions/runner-images/issues/8659
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
- name: Install dependencies
run: |
sudo apt update
Expand Down

0 comments on commit 2d49918

Please sign in to comment.