From 68c13ea272322a9538341371213ac767ed1b0744 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Mon, 7 Dec 2020 07:50:22 +0300 Subject: [PATCH] [actions] install cmake --- .github/workflows/build-freebsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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