Skip to content

Commit b229df2

Browse files
committed
fix CI config
1 parent a7b42a5 commit b229df2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,8 @@ jobs:
371371
wasmtime --version
372372
- uses: Swatinem/rust-cache@v2
373373
- name: Generate MSRV-compatible Cargo.lock
374-
env: CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS="fallback"
374+
env:
375+
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: "fallback"
375376
run: cargo update
376377
- run: cargo test --target wasm32-wasip2
377378

0 commit comments

Comments
 (0)