mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
fix ci build for alpine
This commit is contained in:
parent
43b4e1eaf3
commit
53de6cc32f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ build:linux:
|
|||
- linux
|
||||
stage: build
|
||||
before_script:
|
||||
- apk add --update g++ make cmake automake libtool autoconf linux-headers libsodium ninja
|
||||
- apk add --update g++ make cmake automake libtool autoconf linux-headers libsodium-dev ninja
|
||||
script:
|
||||
- make
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue