Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Aug 13, 2024
1 parent 7396611 commit b2e7e6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
if: "matrix.platform != 'windows-latest' && (steps.cache-bitcoind.outputs.cache-hit != 'true' || steps.cache-electrs.outputs.cache-hit != 'true')"
run: |
source ./scripts/download_bitcoind_electrs.sh
mkdir /home/runner/bin
mkdir $HOME/runner/bin
echo "HOME is: $HOME"
mv "$BITCOIND_EXE" /home/runner/bin/bitcoind-${{ runner.os }}-${{ runner.arch }}
mv "$ELECTRS_EXE" /home/runner/bin/electrs-${{ runner.os }}-${{ runner.arch }}
echo "BITCOIND_EXE=/home/runner/bin/bitcoind-${{ runner.os }}-${{ runner.arch }}" >> "$GITHUB_ENV"
Expand Down

0 comments on commit b2e7e6a

Please sign in to comment.