mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17: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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
name: A job to run test FreeBSD
|
name: with UPnP
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Test in FreeBSD
|
- name: Test in FreeBSD
|
||||||
|
@ -13,6 +13,6 @@ jobs:
|
||||||
uses: vmactions/freebsd-vm@v0.0.9
|
uses: vmactions/freebsd-vm@v0.0.9
|
||||||
with:
|
with:
|
||||||
usesh: true
|
usesh: true
|
||||||
prepare: pkg install -y make boost-libs ssl miniupnpc
|
prepare: pkg install -y devel/gmake devel/boost-libs ssl net/miniupnpc
|
||||||
run: |
|
run: |
|
||||||
make USE_UPNP=yes -j3
|
make USE_UPNP=yes -j3
|
Loading…
Add table
Add a link
Reference in a new issue