Skip to content

Commit 5cc9b78

Browse files
committed
ci(precompiled): update rubygems in native install tests
to avoid the failure noted in the previous commit.
1 parent 9de836d commit 5cc9b78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/precompiled.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
docker run --rm -v $PWD/precompiled:/precompiled -w /precompiled \
175175
${{ matrix.docker_platform }} ruby:${{ matrix.ruby }}${{ matrix.docker_tag }} \
176176
sh -c "
177+
gem update --system &&
177178
${{ matrix.bootstrap }}
178179
./bin/test-gem-install gems
179180
"

0 commit comments

Comments
 (0)