Skip to content

Commit 291b948

Browse files
Skip installing steep on rake-task jobs
Emscripten's base image is still jammy and the system ruby is still 3.0. But steep requires ruby 3.1 these days.
1 parent b5d5d05 commit 291b948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
chmod +x ./build-exec
135135
# wait for docker exec to be ready
136136
timeout 10 bash -c 'until ./build-exec bundle config set --local without check; do sleep 1; done'
137+
- run: ./build-exec bundle config set --local without check
137138
- run: ./build-exec ./bin/setup
138139
- run: ./build-exec bundle exec rake compile
139140
- name: Pre-release configuration

0 commit comments

Comments
 (0)