Skip to content

Commit

Permalink
Merge pull request #3888 from Rohde-Schwarz/ci/update_workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme committed Jan 16, 2024
2 parents 1e77255 + 461b33f commit b8afed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/ci/setup_gh_actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if type -p "apt-get"; then
# 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.5 libc6-dev=2.35-0ubuntu3.5 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04
sudo apt-get install -y --allow-downgrades libc6=2.35-* libc6-dev=2.35-* libstdc++6=12.3.0-* libgcc-s1=12.3.0-*

# Normal workflow follows
#sudo apt-get -qq update
Expand Down

0 comments on commit b8afed8

Please sign in to comment.