Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Start FreeBSD VM
uses: vmactions/freebsd-vm@v1
with:
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
run: git config --global --add safe.directory ${{ github.workspace }}
sync: 'rsync'
copyback: false
Expand Down