Skip to content

Commit

Permalink
Try downgrading Wasmtime version again
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 22, 2025
1 parent ce8fc33 commit 146fbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Setup `wasmtime` for tests
uses: bytecodealliance/actions/wasmtime/setup@v1
with:
version: "29.0.1"
version: "22.0.1"
- name: Install ccache, ninja (macOS)
run: brew install ccache ninja
if: runner.os == 'macOS'
Expand Down

0 comments on commit 146fbff

Please sign in to comment.