From e0b8338de2064cccde73e2c4b9119e474703c2d9 Mon Sep 17 00:00:00 2001 From: Jaci Brunning Date: Tue, 11 Jun 2024 20:48:36 +1000 Subject: [PATCH] Use the new setup-rust-toolchain args --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9409a9d..6f99cae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,9 +36,7 @@ jobs: git config --global --add safe.directory /__w/libgrapplefrc/libgrapplefrc git fetch --prune --unshallow - name: Setup Rust - uses: ATiltedTree/setup-rust@v1 - with: - rust-version: stable + uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Setup Rust Toolchain (Athena) run: rustup target add arm-unknown-linux-gnueabi - name: Setup Rust Toolchain (Arm32) @@ -96,9 +94,7 @@ jobs: java-version: 17 architecture: ${{ matrix.architecture }} - name: Setup Rust - uses: ATiltedTree/setup-rust@v1 - with: - rust-version: stable + uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Setup Rust Toolchain (macOS Arm64) run: rustup target add aarch64-apple-darwin if: matrix.artifact-name == 'macOS'