File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 with :
3939 tool : nextest
4040
41- - name : Install bitcoind
42- env :
43- BITCOIND_VERSION : " 29.0"
44- BITCOIND_ARCH : " x86_64-linux-gnu"
45- SHASUM : " a681e4f6ce524c338a105f214613605bac6c33d58c31dc5135bbc02bc458bb6c"
46- run : |
47- curl -fsSLO --proto "=https" --tlsv1.2 "https://bitcoincore.org/bin/bitcoin-core-$BITCOIND_VERSION/bitcoin-$BITCOIND_VERSION-$BITCOIND_ARCH.tar.gz"
48- sha256sum -c <<< "$SHASUM bitcoin-$BITCOIND_VERSION-$BITCOIND_ARCH.tar.gz"
49- tar xzf "bitcoin-$BITCOIND_VERSION-$BITCOIND_ARCH.tar.gz"
50- sudo install -m 0755 -t /usr/local/bin bitcoin-"$BITCOIND_VERSION"/bin/*
51- bitcoind --version
52- rm -rf "bitcoin-$BITCOIND_VERSION" "bitcoin-$BITCOIND_VERSION-$BITCOIND_ARCH.tar.gz"
53-
5441 - name : Rust cache
5542 uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
5643 with :
You can’t perform that action at this time.
0 commit comments