mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-31 04:44:19 +01:00
ci: use Bitcoin Core 24.1
This commit is contained in:
committed by
Christian Decker
parent
222dafb197
commit
dff2dd259e
10
.github/workflows/bsd.yml
vendored
10
.github/workflows/bsd.yml
vendored
@@ -46,12 +46,12 @@ jobs:
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2021-08-3z1
|
||||
|
||||
cd /tmp/ || exit 1
|
||||
wget https://bitcoincore.org/bin/bitcoin-core-24.0.1/bitcoin-24.0.1-x86_64-linux-gnu.tar.gz
|
||||
tar -xf bitcoin-24.0.1-x86_64-linux-gnu.tar.bz2
|
||||
sudo mv bitcoin-24.0.1/bin/* /usr/local/bin
|
||||
wget https://bitcoincore.org/bin/bitcoin-core-24.1/bitcoin-24.1-x86_64-linux-gnu.tar.gz
|
||||
tar -xf bitcoin-24.1-x86_64-linux-gnu.tar.bz2
|
||||
sudo mv bitcoin-24.1/bin/* /usr/local/bin
|
||||
rm -rf \
|
||||
bitcoin-24.0.1-x86_64-linux-gnu.tar.gz \
|
||||
bitcoin-24.0.1
|
||||
bitcoin-24.1-x86_64-linux-gnu.tar.gz \
|
||||
bitcoin-24.1
|
||||
|
||||
run: |
|
||||
PATH=/root/.local/bin:$PATH
|
||||
|
||||
Reference in New Issue
Block a user