Skip to content

Commit

Permalink
ci: warmup ruby.wasm build with js-free version
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jan 28, 2024
1 parent ca6534f commit a2479bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Build ruby.wasm
if: steps.cache-ruby-wasm-module.outputs.cache-hit != 'true'
run: |
JS=false bundle exec rbwasm build -o ruby.tmp.wasm --ruby-version 3.2
bundle exec rbwasm build -o src/ruby.wasm --ruby-version 3.2
- name: Build web app
run: |
Expand Down

0 comments on commit a2479bf

Please sign in to comment.