Skip to content

Commit ce13be6

Browse files
committed
dep(doc): fixing psych installation on alpine
1 parent 870f2a4 commit ce13be6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,10 @@ jobs:
294294
ruby: ${{ fromJSON(needs.ruby_versions.outputs.image_tag) }}
295295
include:
296296
# declare docker image for each platform
297-
- { platform: aarch64-linux-musl, docker_tag: "-alpine", bootstrap: "apk add build-base &&" }
298-
- { platform: arm-linux-musl, docker_tag: "-alpine", bootstrap: "apk add build-base &&" }
299-
- { platform: x86-linux-musl, docker_tag: "-alpine", bootstrap: "apk add build-base &&" }
300-
- { platform: x86_64-linux-musl, docker_tag: "-alpine", bootstrap: "apk add build-base &&" }
297+
- { platform: aarch64-linux-musl, docker_tag: "-alpine", bootstrap: "apk add build-base yaml-dev &&" }
298+
- { platform: arm-linux-musl, docker_tag: "-alpine", bootstrap: "apk add build-base yaml-dev &&" }
299+
- { platform: x86-linux-musl, docker_tag: "-alpine", bootstrap: "apk add build-base yaml-dev &&" }
300+
- { platform: x86_64-linux-musl, docker_tag: "-alpine", bootstrap: "apk add build-base yaml-dev &&" }
301301
# declare docker platform for each platform
302302
- { platform: aarch64-linux-gnu, docker_platform: "--platform=linux/arm64" }
303303
- { platform: aarch64-linux-musl, docker_platform: "--platform=linux/arm64" }
@@ -371,5 +371,5 @@ jobs:
371371
with:
372372
name: cruby-x86_64-linux-musl-gem
373373
path: gems
374-
- run: apk add build-base
374+
- run: apk add build-base yaml-dev
375375
- run: ./bin/test-gem-install ./gems

0 commit comments

Comments
 (0)