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 15
15
- uses : actions-rust-lang/setup-rust-toolchain@v1
16
16
with :
17
17
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
24
18
- uses : ruby/setup-ruby@v1
25
19
with :
26
20
ruby-version : 3.2
31
25
with :
32
26
node-version : 21
33
27
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
40
28
- name : Cache ruby.wasm artefacts
41
29
id : cache-ruby-wasm
42
30
uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments