Skip to content

Commit

Permalink
Fix github actions? (part 5 of ?)
Browse files Browse the repository at this point in the history
  • Loading branch information
PitchBlackNights committed Feb 6, 2024
1 parent 89798df commit 25fc823
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25fc823

Please sign in to comment.