Skip to content

Commit

Permalink
Fix CI by enabling all features
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Feb 7, 2025
1 parent 71a0f0d commit 0195c41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
chmod +x ./wit-deps
./wit-deps lock --check
./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
- uses: WebAssembly/wit-abi-up-to-date@v22
- uses: WebAssembly/wit-abi-up-to-date@v23
with:
wasm-tools: '1.223.0'
wit-bindgen: '0.37.0'
worlds: 'imports proxy'
all-features: 'true'

0 comments on commit 0195c41

Please sign in to comment.