File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions-rust-lang/setup-rust-toolchain@v1
1616 with :
1717 toolchain : 1.74.0
18- - name : Cache WASI VFS
19- id : cache-wasi-vfs
20- uses : actions/cache@v4
21- with :
22- path : /usr/local/bin/wasi-vfs
23- key : ${{ runner.os }}-wasi-vfs
2418 - uses : ruby/setup-ruby@v1
2519 with :
2620 ruby-version : 3.2
3125 with :
3226 node-version : 21
3327 cache : yarn
34- - name : Install wasi-vfs
35- if : steps.cache-wasi-vfs.outputs.cache-hit != 'true'
36- run : |
37- curl -LO "https://github.com/kateinoigakukun/wasi-vfs/releases/download/v0.5.2/wasi-vfs-cli-x86_64-unknown-linux-gnu.zip"
38- unzip wasi-vfs-cli-x86_64-unknown-linux-gnu.zip
39- mv wasi-vfs /usr/local/bin/wasi-vfs
4028 - name : Cache ruby.wasm artefacts
4129 id : cache-ruby-wasm
4230 uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments