Skip to content

Commit

Permalink
DEBUG CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jun 18, 2024
1 parent bd38d7a commit c3edd50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ jobs:
# wait for docker exec to be ready
timeout 10 bash -c 'until ./build-exec bundle config set --local without check; do sleep 1; done'
- run: ./build-exec rustup target add wasm32-wasi # For jco build
- uses: mxschmitt/action-tmate@v3
if: ${{ matrix.entry.task == 'build:3.2-wasm32-unknown-emscripten-full' }}
- run: ./build-exec ./bin/setup
- run: ./build-exec bundle exec rake compile
- name: Pre-release configuration
Expand Down

0 comments on commit c3edd50

Please sign in to comment.