From 73a034fca46b32bc195665e1a28693d5a819f70b Mon Sep 17 00:00:00 2001 From: R4SAS Date: Mon, 7 Dec 2020 08:18:12 +0300 Subject: [PATCH] [actions] set cmake source and build type --- .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 bc08fea7..dbc4028c 100644 --- a/.github/workflows/build-freebsd.yml +++ b/.github/workflows/build-freebsd.yml @@ -16,5 +16,5 @@ jobs: prepare: pkg install -y devel/cmake devel/gmake devel/boost-libs security/openssl net/miniupnpc run: | cd build - cmake -DWITH_UPNP=ON + cmake -DWITH_UPNP=ON -DCMAKE_BUILD_TYPE=Release . gmake -j2