From 44c15fcd7cb4e14ba572cf577d848ac368348d00 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Mon, 7 Dec 2020 07:19:02 +0300 Subject: [PATCH] [actions] change installed packages --- .github/workflows/{manual.yml => build-freebsd.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{manual.yml => build-freebsd.yml} (74%) diff --git a/.github/workflows/manual.yml b/.github/workflows/build-freebsd.yml similarity index 74% rename from .github/workflows/manual.yml rename to .github/workflows/build-freebsd.yml index 456cfa8a..0fa43844 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/build-freebsd.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: build: runs-on: macos-latest - name: A job to run test FreeBSD + name: with UPnP steps: - uses: actions/checkout@v2 - name: Test in FreeBSD @@ -13,6 +13,6 @@ jobs: uses: vmactions/freebsd-vm@v0.0.9 with: usesh: true - prepare: pkg install -y make boost-libs ssl miniupnpc + prepare: pkg install -y devel/gmake devel/boost-libs ssl net/miniupnpc run: | make USE_UPNP=yes -j3