Skip to content

Commit 7d091d9

Browse files
authored
Merge pull request #70 from hebasto/250823-freebsd-capnp
FreeBSD: Install Cap'n Proto package
2 parents 71bf5a8 + f515123 commit 7d091d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Start FreeBSD VM
4040
uses: vmactions/freebsd-vm@v1
4141
with:
42-
prepare: pkg install -y cmake-core ninja git pkgconf boost-libs libevent sqlite3 libzmq4 python3 net/py-pyzmq databases/py-sqlite3
42+
prepare: pkg install -y cmake-core ninja git pkgconf boost-libs libevent sqlite3 capnproto libzmq4 python3 net/py-pyzmq databases/py-sqlite3
4343
run: git config --global --add safe.directory ${{ github.workspace }}
4444
sync: 'rsync'
4545
copyback: false

0 commit comments

Comments
 (0)