Skip to content

Commit

Permalink
Remove hack for apt-get on Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme committed Jan 14, 2025
1 parent 737358c commit f50803d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/actions/setup-build-agent/setup_gh_actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ setup_softhsm_macos() {
}

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-* libc6-dev=2.35-* libstdc++6=12.3.0-* libgcc-s1=12.3.0-*

# Normal workflow follows
#sudo apt-get -qq update
sudo apt-get -qq update
sudo apt-get -qq install ccache

setup_softhsm_and_tpm_linux
Expand Down

0 comments on commit f50803d

Please sign in to comment.