Skip to content

Commit 763bdc9

Browse files
committed
ci: run WASI tasks using latest Rust
This should let CI to pass.
1 parent 9f98535 commit 763bdc9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,10 @@ jobs:
453453
runs-on: ubuntu-latest
454454
steps:
455455
- uses: actions/checkout@v3
456-
- name: Install Rust ${{ env.rust_stable }}
456+
- name: Install Rust stable
457457
uses: actions-rs/toolchain@v1
458458
with:
459-
toolchain: ${{ env.rust_stable }}
459+
toolchain: stable
460460
override: true
461461
- uses: Swatinem/rust-cache@v1
462462

@@ -481,3 +481,5 @@ jobs:
481481
# TODO: this should become: `cargo hack wasi test --each-feature`
482482
run: cargo wasi test --test rt_yield --features wasi-rt
483483
working-directory: tests-integration
484+
env:
485+
RUSTFLAGS: ""

0 commit comments

Comments
 (0)