File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,15 @@ jobs:
65
65
with :
66
66
path : bin/electrs-${{ runner.os }}-${{ runner.arch }}
67
67
key : electrs-${{ runner.os }}-${{ runner.arch }}
68
- - name : Download bitcoind/electrs and set environment variables
68
+ - name : Download bitcoind/electrs
69
69
if : " matrix.platform != 'windows-latest' && (steps.cache-bitcoind.outputs.cache-hit != 'true' || steps.cache-electrs.outputs.cache-hit != 'true')"
70
70
run : |
71
71
source ./scripts/download_bitcoind_electrs.sh
72
72
mkdir bin
73
73
mv "$BITCOIND_EXE" bin/bitcoind-${{ runner.os }}-${{ runner.arch }}
74
74
mv "$ELECTRS_EXE" bin/electrs-${{ runner.os }}-${{ runner.arch }}
75
+ - name : Set bitcoind/electrs environment variables
76
+ run : |
75
77
echo "BITCOIND_EXE=$( pwd )/bin/bitcoind-${{ runner.os }}-${{ runner.arch }}" >> "$GITHUB_ENV"
76
78
echo "ELECTRS_EXE=$( pwd )/bin/electrs-${{ runner.os }}-${{ runner.arch }}" >> "$GITHUB_ENV"
77
79
- name : Build on Rust ${{ matrix.toolchain }}
You can’t perform that action at this time.
0 commit comments