Skip to content

Commit 67c4e39

Browse files
committed
OpenBSD: Install Cap'n Proto package
Required since bitcoin/bitcoin#31802 was merged.
1 parent 80f1575 commit 67c4e39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/openbsd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ jobs:
4646
uses: vmactions/openbsd-vm@v1
4747
with:
4848
envs: 'CCACHE_COMPILERCHECK CCACHE_DIR CCACHE_MAXSIZE'
49-
prepare: pkg_add -v cmake ninja git ccache boost libevent sqlite3 zeromq python py3-zmq
49+
prepare: |
50+
pkg_add -v cmake ninja git ccache boost libevent sqlite3 zeromq python py3-zmq
51+
git clone --depth=1 https://codeberg.org/OpenBSD/ports.git /usr/ports
52+
make -C /usr/ports/devel/capnproto/ install
5053
run: git config --global --add safe.directory ${{ github.workspace }}
5154
sync: 'rsync'
5255
copyback: false

0 commit comments

Comments
 (0)