Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Dec 5, 2023
1 parent bf0c898 commit 0286b69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,584 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
run: |
wget https://github.com/bytecodealliance/wasmtime/releases/download/v15.0.1/wasmtime-v15.0.1-x86_64-linux.tar.xz
tar xf wasmtime-v15.0.1-x86_64-linux.tar.xz
mv wasmtime-v15.0.1-x86_64-linux/wasmtime-min ~/wasmtime
mv wasmtime-v15.0.1-x86_64-linux/wasmtime ~/wasmtime
rm -rf wasmtime-v15.0.1-x86_64-linux.tar.xz wasmtime-v15.0.1-x86_64-linux
chmod +x ~/wasmtime
Expand Down
1 change: 1 addition & 0 deletions examples/wasi_ssr_module/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
Cargo.toml
Loading

0 comments on commit 0286b69

Please sign in to comment.