From 146fbff1b087c6b490dfd1c359c38dc7ff6566d0 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 22 Jan 2025 08:10:42 -0800 Subject: [PATCH] Try downgrading Wasmtime version again --- .github/actions/install-deps/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-deps/action.yml b/.github/actions/install-deps/action.yml index 8b81d56..d25f2e3 100644 --- a/.github/actions/install-deps/action.yml +++ b/.github/actions/install-deps/action.yml @@ -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'