Skip to content

Commit

Permalink
Merge pull request #3063 from CounterpartyXCP/workflow
Browse files Browse the repository at this point in the history
Fix Electrs installation on Github CI
  • Loading branch information
ouziel-slama authored Mar 3, 2025
2 parents 37fa7d2 + 60af8f6 commit 0a2ac97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
sudo cp bitcoin-28.0/bin/bitcoind /usr/local/bin/bitcoind
sudo cp bitcoin-28.0/bin/bitcoin-wallet /usr/local/bin/bitcoin-wallet
npm install dredd --global
rustup toolchain install 1.83-x86_64-unknown-linux-gnu
git clone https://github.com/mempool/electrs && cd electrs
cargo install --path=.
Expand Down

0 comments on commit 0a2ac97

Please sign in to comment.