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
18
.github/workflows/manual.yml
vendored
18
.github/workflows/manual.yml
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue