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.
2 parents 71bf5a8 + f515123 commit 7d091d9Copy full SHA for 7d091d9
.github/workflows/freebsd.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Start FreeBSD VM
40
uses: vmactions/freebsd-vm@v1
41
with:
42
- prepare: pkg install -y cmake-core ninja git pkgconf boost-libs libevent sqlite3 libzmq4 python3 net/py-pyzmq databases/py-sqlite3
+ prepare: pkg install -y cmake-core ninja git pkgconf boost-libs libevent sqlite3 capnproto libzmq4 python3 net/py-pyzmq databases/py-sqlite3
43
run: git config --global --add safe.directory ${{ github.workspace }}
44
sync: 'rsync'
45
copyback: false
0 commit comments