We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fd6da commit f28383aCopy full SHA for f28383a
1 file changed
.github/workflows/build.yml
@@ -15,12 +15,6 @@ jobs:
15
- uses: actions-rust-lang/setup-rust-toolchain@v1
16
with:
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
- uses: ruby/setup-ruby@v1
25
26
ruby-version: 3.2
@@ -31,12 +25,6 @@ jobs:
31
32
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
0 commit comments