Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down