Skip to content

Commit

Permalink
Break everything again
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Mar 31, 2022
1 parent fffa2a2 commit 39bc7f9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ jobs:
curl -s http://azure.archive.ubuntu.com/ubuntu/dists/focal/universe/binary-amd64/Packages.gz | zgrep libc++1-8
echo utah
curl -s http://archive.ubuntu.com/ubuntu/dists/focal/universe/binary-amd64/Packages.gz | zgrep libc++1-8
# Workaround for https://github.com/actions/virtual-environments/issues/5245 , remove when fixed
sudo apt-get remove -y libc++1-10 libc++abi1-10
wget -q http://archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-8/libc++1-8_8.0.1-9_amd64.deb
wget -q http://archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-8/libc++abi1-8_8.0.1-9_amd64.deb
sudo dpkg -i libc++abi1-8_8.0.1-9_amd64.deb libc++1-8_8.0.1-9_amd64.deb
sudo wget -qO - https://apt.stellar.org/SDF.asc | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=true sudo apt-key add -
sudo bash -c 'echo "deb https://apt.stellar.org focal unstable" > /etc/apt/sources.list.d/SDF-unstable.list'
Expand Down

0 comments on commit 39bc7f9

Please sign in to comment.