From 66d5e1fa9cbd1123f4116cf008b92bd7f079060f Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 3 Dec 2024 11:20:43 -0700 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6e12f44..d4c9692 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,10 +31,10 @@ jobs: - { target: aarch64-apple-darwin, toolchain: beta, os: macos-latest } - { target: aarch64-apple-darwin, toolchain: nightly, os: macos-latest } # wasm32 - #- { target: wasm32-wasi, toolchain: "1.61", os: ubuntu-latest, wasmtime: v5.0.0 } - #- { target: wasm32-wasi, toolchain: stable, os: ubuntu-latest, wasmtime: v5.0.0 } - #- { target: wasm32-wasip1, toolchain: beta, os: ubuntu-latest, wasmtime: v5.0.0 } - #- { target: wasm32-wasip1, toolchain: nightly, os: ubuntu-latest, wasmtime: v5.0.0 } + - { target: wasm32-wasip1, toolchain: "1.61", os: ubuntu-latest, wasmtime: v5.0.0 } + - { target: wasm32-wasip1, toolchain: stable, os: ubuntu-latest, wasmtime: v5.0.0 } + - { target: wasm32-wasip1, toolchain: beta, os: ubuntu-latest, wasmtime: v5.0.0 } + - { target: wasm32-wasip1, toolchain: nightly, os: ubuntu-latest, wasmtime: v5.0.0 } steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master