From a4f4607db52e5e6183623f6e003935b18abd9bba Mon Sep 17 00:00:00 2001 From: josibake Date: Mon, 12 May 2025 09:47:43 +0100 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e606994..40c4b34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,10 @@ jobs: uses: actions/checkout@v4 - name: Clone rust-bitcoinkernel - run: | - git clone https://github.com/theCharlatan/rust-bitcoinkernel.git ../rust-bitcoinkernel + with: + repository: josibake/rust-bitcoinkernel + ref: make-build-script-more-generic + path: ../rust-bitcoinkernel - name: Set up Nix uses: cachix/install-nix-action@v24