From 5a0a1d683e2a651b0f3322c1e571217418c17573 Mon Sep 17 00:00:00 2001 From: Dan Gould Date: Thu, 15 Feb 2024 11:50:26 -0800 Subject: [PATCH] Define .github/workflows/ci.yml job toolchain in one line Co-authored-by: Daniel McCarney --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9321953..d87ccfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,9 +65,7 @@ jobs: persist-credentials: false - name: Install stable toolchain - uses: dtolnay/rust-toolchain@master - with: - toolchain: stable + uses: dtolnay/rust-toolchain@stable - name: Add wasm target run: rustup target add wasm32-unknown-unknown