Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,11 @@ jobs:

- name: Install wasmtime
if: matrix.config.backend == 'llvm-wasm'
uses: bytecodealliance/actions/wasmtime/setup@v1
with:
version: "latest"
run: |
# bytecodealliance/actions/wasmtime/setup@v1 はGitHub APIレート制限で
# HTMLエラーを返すことがあるため、直接インストールスクリプトを使用
curl https://wasmtime.dev/install.sh -sSf | bash
echo "$HOME/.wasmtime/bin" >> $GITHUB_PATH

- name: Install SV tools (for SV backend tests)
if: matrix.config.backend == 'sv'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0
0.15.1
Loading
Loading