mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
[actions] install cmake
This commit is contained in:
parent
5fad1b87b9
commit
68c13ea272
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-freebsd.yml
vendored
2
.github/workflows/build-freebsd.yml
vendored
|
@ -13,7 +13,7 @@ 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 devel/gmake devel/boost-libs security/openssl net/miniupnpc
|
prepare: pkg install -y devel/cmake devel/gmake devel/boost-libs security/openssl net/miniupnpc
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
cmake -DWITH_UPNP=ON
|
cmake -DWITH_UPNP=ON
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue