We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f98535 commit 763bdc9Copy full SHA for 763bdc9
.github/workflows/ci.yml
@@ -453,10 +453,10 @@ jobs:
453
runs-on: ubuntu-latest
454
steps:
455
- uses: actions/checkout@v3
456
- - name: Install Rust ${{ env.rust_stable }}
+ - name: Install Rust stable
457
uses: actions-rs/toolchain@v1
458
with:
459
- toolchain: ${{ env.rust_stable }}
+ toolchain: stable
460
override: true
461
- uses: Swatinem/rust-cache@v1
462
@@ -481,3 +481,5 @@ jobs:
481
# TODO: this should become: `cargo hack wasi test --each-feature`
482
run: cargo wasi test --test rt_yield --features wasi-rt
483
working-directory: tests-integration
484
+ env:
485
+ RUSTFLAGS: ""
0 commit comments