From f101b8221eb09fa284d953b67cc6286500543a43 Mon Sep 17 00:00:00 2001 From: Andrei Marinica Date: Mon, 6 Jan 2025 23:40:59 +0200 Subject: [PATCH] actions.yml fix --- .github/workflows/actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 225a894772..d59c19bfd6 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -19,6 +19,7 @@ jobs: rust-toolchain: 1.82 path-to-sc-meta: framework/meta mx-scenario-go-version: v3.0.0 + wabt-version: 1.0.32-1 # TODO: no longer needed, remove completely coverage-args: --ignore-filename-regex='meta/src' --ignore-filename-regex='wasm-adapter' --ignore-filename-regex='benchmarks/' --ignore-filename-regex='tests/' --output ./coverage.md secrets: token: ${{ secrets.GITHUB_TOKEN }}