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 f515123Copy full SHA for f515123
.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