Skip to content

Commit

Permalink
Update to wasi-vfs 0.5.0 for Scarpe-Wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgibbs committed Nov 26, 2023
1 parent 906c305 commit eed05de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
bundler-cache: true
- name: Install wasi-vfs for wasify
run: curl -LO https://github.com/kateinoigakukun/wasi-vfs/releases/download/v0.1.1/wasi-vfs-cli-x86_64-apple-darwin.zip && unzip wasi-vfs-cli-x86_64-apple-darwin.zip && mkdir -p bin && mv wasi-vfs bin/
run: curl -LO https://github.com/kateinoigakukun/wasi-vfs/releases/download/v0.5.0/wasi-vfs-cli-x86_64-apple-darwin.zip && unzip wasi-vfs-cli-x86_64-apple-darwin.zip && mkdir -p bin && mv wasi-vfs bin/
- name: Install gems for implementations
run: cd implementations/scarpe-wasm && bundle update && cd pkg_dir && bundle update && cd ../../scarpe-webview && bundle update && cd ../niente && bundle update
- name: Run Shoes-Spec tests
Expand Down

0 comments on commit eed05de

Please sign in to comment.