mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-25 05:49:23 +01:00
.gitlab-ci.yml: install musl-dev
This commit is contained in:
parent
752efe1a5a
commit
572f097048
@ -11,7 +11,7 @@ cache:
|
|||||||
- ${CI_PROJECT_DIR}/bundle
|
- ${CI_PROJECT_DIR}/bundle
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache ruby ruby-dev ruby-bundler make gcc
|
- apk add --no-cache ruby ruby-dev ruby-bundler make gcc musl-dev
|
||||||
- bundle install
|
- bundle install
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user