@@ -285,7 +285,7 @@ jobs:
285
285
docker run --rm -v "$(pwd):/re2" -w /re2 \
286
286
--platform=linux/arm64 \
287
287
ruby:${{ matrix.ruby }}-alpine \
288
- sh -c "gem update --system && apk add bash && ./scripts/test-gem-install"
288
+ ./scripts/test-gem-install
289
289
290
290
test-precompiled-arm-linux-gnu :
291
291
needs : " precompile-arm-linux-gnu"
@@ -327,7 +327,7 @@ jobs:
327
327
docker run --rm -v "$(pwd):/re2" -w /re2 \
328
328
--platform=linux/arm/v7 \
329
329
ruby:${{ matrix.ruby }}-alpine \
330
- sh -c "gem update --system && apk add bash && ./scripts/test-gem-install"
330
+ ./scripts/test-gem-install
331
331
332
332
test-precompiled-x86-linux-gnu :
333
333
needs : " precompile-x86-linux-gnu"
@@ -369,7 +369,7 @@ jobs:
369
369
docker run --rm -v "$(pwd):/re2" -w /re2 \
370
370
--platform=linux/386 \
371
371
ruby:${{ matrix.ruby }}-alpine \
372
- sh -c "gem update --system && apk add bash && ./scripts/test-gem-install"
372
+ ./scripts/test-gem-install
373
373
374
374
test-precompiled-x86_64-linux-gnu :
375
375
needs : " precompile-x86_64-linux-gnu"
@@ -407,8 +407,6 @@ jobs:
407
407
with :
408
408
name : cruby-x86_64-linux-musl-gem
409
409
path : pkg
410
- - run : gem update --system
411
- - run : apk add bash
412
410
- run : ./scripts/test-gem-install
413
411
414
412
test-precompiled-arm64-darwin :
0 commit comments