Skip to content

Commit 3343732

Browse files
committed
ci: switch to bitcoin/bitcoin#34020 (DO NOT MERGE)
1 parent fa7c2fa commit 3343732

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#34020 PR branch
31+
cd bitcoin
32+
git fetch --depth 1 origin pull/34020/head:pr-34020
33+
git checkout pr-34020
2934
- name: Build Bitcoin Core
3035
run: |
3136
cd bitcoin

0 commit comments

Comments
 (0)