diff --git a/.github/workflows/build-freebsd.yml b/.github/workflows/build-freebsd.yml index 06b3320f..bb782c9e 100644 --- a/.github/workflows/build-freebsd.yml +++ b/.github/workflows/build-freebsd.yml @@ -13,7 +13,7 @@ jobs: uses: vmactions/freebsd-vm@v0.0.9 with: usesh: true - prepare: pkg install -y devel/gmake devel/boost-libs security/openssl net/miniupnpc + prepare: pkg install -y devel/cmake devel/gmake devel/boost-libs security/openssl net/miniupnpc run: | cd build cmake -DWITH_UPNP=ON