Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 4d19891

Browse files
yoshuawuytsricochet
authored andcommitted
Fix CI by enabling all features
1 parent 71a0f0d commit 4d19891

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
chmod +x ./wit-deps
1818
./wit-deps lock --check
1919
./wit-deps -m wit-0.3.0-draft/deps.toml -l wit-0.3.0-draft/deps.lock -d wit-0.3.0-draft/deps lock --check
20-
- uses: WebAssembly/wit-abi-up-to-date@v22
20+
- uses: WebAssembly/wit-abi-up-to-date@v23
2121
with:
2222
wasm-tools: '1.223.0'
2323
wit-bindgen: '0.37.0'
2424
worlds: 'imports proxy'
25+
all-features: 'true'

0 commit comments

Comments
 (0)