mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 12:24:19 +00:00
[workflow] use sudo when installing packages
This commit is contained in:
parent
1dbc35f13d
commit
44d3854a13
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -13,6 +13,6 @@ jobs:
|
|||||||
- name: Building with USE_UPNP=${{ matrix.with_upnp }} flag
|
- name: Building with USE_UPNP=${{ matrix.with_upnp }} flag
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: install packages
|
- name: install packages
|
||||||
run: apt-get install build-essential libboost-date-time-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libminiupnpc-dev libssl-dev zlib1g-dev
|
run: sudo apt-get install build-essential libboost-date-time-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libminiupnpc-dev libssl-dev zlib1g-dev
|
||||||
- name: build application
|
- name: build application
|
||||||
run: make USE_AVX=no USE_AESNI=no USE_UPNP=yes USE_UPNP=${{ matrix.with_upnp }} -j3
|
run: make USE_AVX=no USE_AESNI=no USE_UPNP=${{ matrix.with_upnp }} -j3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user