diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2026-05-12 22:04:58 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2026-05-13 11:55:57 +0900 |
| commit | c1ab2a499751b69363fee31557a42ed09cf608b4 (patch) | |
| tree | 21a82cfc65e8b10fa564fa3a10df5cbe093b5bd8 | |
| parent | 5d9ea25ecd64dab53d34f307e12b25a48aa74f52 (diff) | |
Setup baseruby before setup-directories
To run `make up`, baseruby needs to be 3.1 or later.
| -rw-r--r-- | .github/workflows/wasm.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 61f7df0c17..ac0015d03d 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -65,6 +65,11 @@ jobs: sparse-checkout: /.github persist-credentials: false + - uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0 + with: + ruby-version: '3.1' + bundler: none + - uses: ./.github/actions/setup/directories with: srcdir: src @@ -99,11 +104,6 @@ jobs: run: | echo "WASI_SDK_PATH=/opt/wasi-sdk" >> $GITHUB_ENV - - uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0 - with: - ruby-version: '3.1' - bundler: none - - name: Build baseruby run: | set -ex |
