From c875c98e6840c4c54172c7687f643d25f4afcfee Mon Sep 17 00:00:00 2001 From: Sy Brand Date: Thu, 12 Mar 2026 09:21:56 +0000 Subject: [PATCH] Use dev wasmtime --- .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 e3d00f8..80e3bb6 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: "41.0.3" + version: "dev" - name: Install ccache, ninja (macOS) run: brew install ccache ninja if: runner.os == 'macOS'