Skip to content

Commit

Permalink
List and delete all libc++ versions installed
Browse files Browse the repository at this point in the history
  • Loading branch information
urvisavla committed Jul 27, 2023
1 parent 5b31176 commit c8c0de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
# Workaround for https://github.com/actions/virtual-environments/issues/5245,
# libc++1-8 won't be installed if another version is installed (but apt won't give you a helpul
# message about why the installation fails)
sudo apt-get remove -y libc++1-14 libc++abi1-14 || true
sudo apt list --installed | grep libc++
sudo apt-get remove -y libc++1-* libc++abi1-* || true

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 c8c0de4

Please sign in to comment.