Skip to content

Commit 50ac01f

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 3fc7591 commit 50ac01f

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
@@ -19,8 +19,10 @@ jobs:
1919
uses: actions/checkout@v4
2020

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

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

0 commit comments

Comments
 (0)