From 25fc823279f61068ec2c28c33ce553fbbaf3d4a5 Mon Sep 17 00:00:00 2001 From: PitchBlackNights Date: Mon, 5 Feb 2024 21:41:03 -0600 Subject: [PATCH] Fix github actions? (part 5 of ?) --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c4e137..3d89033 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,12 +31,12 @@ jobs: run: bundle install # Setup Cargo Environment - # - name: Install latest Nightly Rust - # uses: actions-rs/toolchain@v1 - # with: - # toolchain: nightly - # override: true - # components: clippy + - name: Install latest Nightly Rust + uses: actions-rs/toolchain@v1 + with: + toolchain: nightly-2022-10-13 + override: true + components: rust-src,llvm-tools-preview, rustfmt, clippy - name: Install OS target run: rustup target add aarch64-unknown-none-softfloat - name: Install needed crates