Skip to content

Commit a4f4607

Browse files
committed
ci: update rust-bitcoinkernel branch
Run integration test against the build script improvement branch. Will update to main if/when this branch merges, or update to a different branch to try out a different fix.
1 parent be80700 commit a4f4607

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Clone rust-bitcoinkernel
21-
run: |
22-
git clone https://github.com/theCharlatan/rust-bitcoinkernel.git ../rust-bitcoinkernel
21+
with:
22+
repository: josibake/rust-bitcoinkernel
23+
ref: make-build-script-more-generic
24+
path: ../rust-bitcoinkernel
2325

2426
- name: Set up Nix
2527
uses: cachix/install-nix-action@v24

0 commit comments

Comments
 (0)