Skip to content

Commit 3f13f56

Browse files
committed
fix env var
1 parent c8788a6 commit 3f13f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run tests (Bitcoin mode with bitcoind 28.0, REST+Electrum)
4444
run: RUST_LOG=debug cargo test
4545
env:
46-
BITCOIND_EXEC: ${{ github.workspace }}/bitcoin-28.0/bin/bitcoind
46+
BITCOIND_EXE: ${{ github.workspace }}/bitcoin-28.0/bin/bitcoind
4747

4848
test-electrum-raw:
4949
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)