Skip to content

Commit

Permalink
Debug apt-key
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Nov 29, 2023
1 parent d3e09e2 commit 8460cdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
sudo apt list --installed | grep libc++
sudo apt-get remove -y libc++1-* libc++abi1-* || true
# debug https://apt.stellar.org/SDF.asc
curl -sL https://apt.stellar.org/SDF.asc
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'
sudo apt-get update && sudo apt-get install -y stellar-core="$PROTOCOL_${{ matrix.protocol-version }}_CORE_DEBIAN_PKG_VERSION"
Expand Down

0 comments on commit 8460cdb

Please sign in to comment.