Skip to content

Commit

Permalink
Work problem arround
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Mar 31, 2022
1 parent 489c091 commit d73c2d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
- if: ${{ startsWith(matrix.ingestion-backend, 'captive-core') }}
name: Install and enable Captive Core
run: |
# Workaround for https://github.com/actions/virtual-environments/issues/5245 , remove when fixed
sudo sed -i 's/azure.//' /etc/apt/sources.list
sudo apt-get update
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=${{ matrix.captive-core }}
Expand Down

0 comments on commit d73c2d9

Please sign in to comment.