We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05060c commit 0d7175dCopy full SHA for 0d7175d
.github/workflows/openbsd.yml
@@ -46,7 +46,10 @@ jobs:
46
uses: vmactions/openbsd-vm@v1
47
with:
48
envs: 'CCACHE_COMPILERCHECK CCACHE_DIR CCACHE_MAXSIZE'
49
- prepare: pkg_add -v cmake git ccache boost libevent sqlite3 zeromq python py3-zmq
+ prepare: |
50
+ pkg_add -v cmake 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
53
run: git config --global --add safe.directory ${{ github.workspace }}
54
sync: 'rsync'
55
copyback: false
0 commit comments