Skip to content

Commit f28383a

Browse files
committed
ci: remove wasi-vfs
We don't use it
1 parent 40fd6da commit f28383a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
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
@@ -31,12 +25,6 @@ jobs:
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

0 commit comments

Comments
 (0)