gitlabci: actually install the package

pull/668/head
Ryan Tharp 5 years ago committed by GitHub
parent b03512285f
commit 408a652a01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ build:linux:
- linux
stage: build
before_script:
- apt-get update && apt-get install build-essential cmake git libcap-dev bsdmainutils ninja-build curl git ca-certificates ccache libuv1-dev
- apt-get update && apt-get install -y build-essential cmake git libcap-dev bsdmainutils ninja-build curl git ca-certificates ccache libuv1-dev
script:
- make STATIC_LINK=OFF
artifacts:

Loading…
Cancel
Save