Skip to content

Commit 7a38083

Browse files
committed
ci: switch Bitcoin Core checkout back to master
1 parent f638161 commit 7a38083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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 31.x https://github.com/bitcoin/bitcoin.git
28+
run: git clone --depth 1 --branch master https://github.com/bitcoin/bitcoin.git
2929
- name: Build Bitcoin Core
3030
run: |
3131
cd bitcoin

0 commit comments

Comments
 (0)