Install cURL in CI
This commit is contained in:
parent
c5d04240b1
commit
f813d96442
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ static:
|
|||
key: npm-$CI_COMMIT_REF_SLUG
|
||||
paths:
|
||||
- "$CI_PROJECT_DIR/.npm-cache"
|
||||
before_script:
|
||||
- apt update && apt install --yes curl
|
||||
script:
|
||||
- npm ci --cache .npm-cache --prefer-offline
|
||||
- npm run build
|
||||
|
|
Loading…
Reference in a new issue