From bdbd530966cf0c553fd70495e01d3f42354075dd Mon Sep 17 00:00:00 2001 From: R4SAS Date: Mon, 7 Dec 2020 08:15:00 +0300 Subject: [PATCH] [actions] reduced threads to 2 --- .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 bb782c9e..bc08fea7 100644 --- a/.github/workflows/build-freebsd.yml +++ b/.github/workflows/build-freebsd.yml @@ -17,4 +17,4 @@ jobs: run: | cd build cmake -DWITH_UPNP=ON - gmake -j3 + gmake -j2