Skip to content

Commit 555845a

Browse files
committed
ci: fix wasi_p2 job
1 parent f445594 commit 555845a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -391,11 +391,6 @@ jobs:
391391
wget -O - $URL | tar -xJ --strip-components=1 -C ~/.cargo/bin
392392
wasmtime --version
393393
- uses: Swatinem/rust-cache@v2
394-
# TODO(MSRV-1.87): Remove this step.
395-
- name: Generate MSRV-compatible Cargo.lock
396-
env:
397-
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: "fallback"
398-
run: cargo update -p wasip2
399394
- run: cargo test --target wasm32-wasip2
400395

401396
# TODO: enable after pre-built std will be provided by Rust

0 commit comments

Comments
 (0)