From 763bdc967e3e128d1e6e000238f1d257a81bf59a Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 3 Jan 2023 13:27:58 -0800 Subject: [PATCH] ci: run WASI tasks using latest Rust This should let CI to pass. --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7454732ac59..fe1a56c4771 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -453,10 +453,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Install Rust ${{ env.rust_stable }} + - name: Install Rust stable uses: actions-rs/toolchain@v1 with: - toolchain: ${{ env.rust_stable }} + toolchain: stable override: true - uses: Swatinem/rust-cache@v1 @@ -481,3 +481,5 @@ jobs: # TODO: this should become: `cargo hack wasi test --each-feature` run: cargo wasi test --test rt_yield --features wasi-rt working-directory: tests-integration + env: + RUSTFLAGS: ""