Skip to content

Commit c3edd50

Browse files
DEBUG CI
1 parent bd38d7a commit c3edd50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
# wait for docker exec to be ready
134134
timeout 10 bash -c 'until ./build-exec bundle config set --local without check; do sleep 1; done'
135135
- run: ./build-exec rustup target add wasm32-wasi # For jco build
136+
- uses: mxschmitt/action-tmate@v3
137+
if: ${{ matrix.entry.task == 'build:3.2-wasm32-unknown-emscripten-full' }}
136138
- run: ./build-exec ./bin/setup
137139
- run: ./build-exec bundle exec rake compile
138140
- name: Pre-release configuration

0 commit comments

Comments
 (0)