Skip to content

Commit d7580d5

Browse files
fix(ci): pin wasm-tools to 1.240.0
This commit reverts wasm-tools used in tests to 1.240.0 to avoid pulling in changes to the async typing that will cause `wasm-tools compose` to not validate in tests.
1 parent bc95618 commit d7580d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- uses: taiki-e/cache-cargo-install-action@7447f04c51f2ba27ca35e7f1e28fab848c5b3ba7 # v2.3.1
104104
with:
105-
tool: wasm-tools
105+
tool: wasm-tools@1.240.0
106106

107107
# Determine weval version
108108
- name: Determine weval version

0 commit comments

Comments
 (0)