From b65fbc541f1bae3cb90fc21166e860aadd8fb599 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 7 Jan 2022 14:58:55 +0100 Subject: [PATCH] ci: Revert bitcoind update We don't yet have the stripped bundles --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f89b6c..710ad5e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: - name: Download runtime dependencies run: | - export BITCOIND_VERSION="0.21.0" + export BITCOIND_VERSION="0.20.1" wget https://storage.googleapis.com/c-lightning-tests/bitcoin-${BITCOIND_VERSION}-x86_64-linux-gnu.tar.bz2 tar -xjf bitcoin-${BITCOIND_VERSION}-x86_64-linux-gnu.tar.bz2 sudo mv bitcoin-${BITCOIND_VERSION}/bin/* /usr/local/bin