mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +02:00
[actions] change installed packages
This commit is contained in:
parent
067dbd041e
commit
44c15fcd7c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue