We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9ea25 commit c1ab2a4Copy full SHA for c1ab2a4
1 file changed
.github/workflows/wasm.yml
@@ -65,6 +65,11 @@ jobs:
65
sparse-checkout: /.github
66
persist-credentials: false
67
68
+ - uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
69
+ with:
70
+ ruby-version: '3.1'
71
+ bundler: none
72
+
73
- uses: ./.github/actions/setup/directories
74
with:
75
srcdir: src
@@ -99,11 +104,6 @@ jobs:
99
104
run: |
100
105
echo "WASI_SDK_PATH=/opt/wasi-sdk" >> $GITHUB_ENV
101
106
102
- - uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
103
- with:
- ruby-version: '3.1'
- bundler: none
-
107
- name: Build baseruby
108
109
set -ex
0 commit comments