From 8460cdb46fec320d54c320540a72564d9ba82fb6 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Wed, 29 Nov 2023 16:17:20 +0100 Subject: [PATCH] Debug apt-key --- .github/workflows/horizon.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index 1a5415f74b..522d8f528e 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -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"