mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 16:34:20 +01:00
ci: Revert bitcoind update
We don't yet have the stripped bundles
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user