ci: Revert bitcoind update

We don't yet have the stripped bundles
This commit is contained in:
Christian Decker
2022-01-07 14:58:55 +01:00
parent 7ee9d6ca07
commit b65fbc541f

View File

@@ -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