Skip to content

Commit

Permalink
Fix github actions? (part 4 of ?)
Browse files Browse the repository at this point in the history
  • Loading branch information
PitchBlackNights committed Feb 6, 2024
1 parent 0aefba9 commit 89798df
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,19 @@ 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
# override: true
# components: clippy
- name: Install OS target
run: rustup target add aarch64-unknown-none-softfloat
- name: Install needed crates
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-binutils rustfilt
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"

# Run All OS Tests
- name: Run boot test
Expand Down

0 comments on commit 89798df

Please sign in to comment.