[actions] change installed packages

This commit is contained in:
R4SAS 2020-12-07 07:19:02 +03:00 committed by GitHub
parent 067dbd041e
commit 44c15fcd7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,18 +0,0 @@
name: Build on FreeBSD
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
name: A job to run test FreeBSD
steps:
- uses: actions/checkout@v2
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v0.0.9
with:
usesh: true
prepare: pkg install -y make boost-libs ssl miniupnpc
run: |
make USE_UPNP=yes -j3