Skip to content

Commit a804e4f

Browse files
committed
ci: switch to bitcoin/bitcoin#29409 (DO NOT MERGE)
1 parent e78d527 commit a804e4f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ jobs:
2525
key: ccache-${{ runner.os }}-${{ github.sha }}
2626
restore-keys: ccache-${{ runner.os }}-
2727
- name: Checkout Bitcoin Core
28-
run: git clone --depth 1 --branch master https://github.com/bitcoin/bitcoin.git
28+
run: |
29+
git clone --depth 1 https://github.com/bitcoin/bitcoin.git
30+
# DO NOT MERGE: switch to bitcoin/bitcoin#29409 PR branch
31+
cd bitcoin
32+
git fetch --depth 1 origin pull/29409/head:pr-29409
33+
git checkout pr-29409
2934
- name: Build Bitcoin Core
3035
run: |
3136
cd bitcoin

0 commit comments

Comments
 (0)