Skip to content

Commit fa3eb29

Browse files
committed
ci: switch to bitcoin/bitcoin#33922 (DO NOT MERGE)
1 parent ad27ffc commit fa3eb29

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ jobs:
1919
sudo apt-get update
2020
sudo apt-get install build-essential cmake pkgconf python3 libevent-dev libboost-dev capnproto libcapnp-dev
2121
- name: Checkout Bitcoin Core
22-
run: git clone --depth 1 --branch master https://github.com/bitcoin/bitcoin.git
22+
run: |
23+
git clone --depth 1 https://github.com/bitcoin/bitcoin.git
24+
# DO NOT MERGE: switch to bitcoin/bitcoin#33922 PR branch
25+
cd bitcoin
26+
git fetch --depth 1 origin pull/33922/head:pr-33922
27+
git checkout pr-33922
2328
- name: Build Bitcoin Core
2429
run: cd bitcoin && cmake -B build -DENABLE_WALLET=OFF -DBUILD_TESTS=OFF && cmake --build build -j 16
2530
- name: Run Bitcoin Core Daemon

0 commit comments

Comments
 (0)