Skip to content

Commit

Permalink
Fix github actions? (part 7 of ?) (If this doesn't work, Github Actio…
Browse files Browse the repository at this point in the history
…ns sucks)
  • Loading branch information
PitchBlackNights committed Feb 6, 2024
1 parent 9ebaedf commit 98e2964
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 @@ -17,10 +17,10 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.3'
bundler: '2.4.19'
ruby-version: "3.0.3"
bundler: "2.4.19"
bundler-cache: false
rubygems: '3.2.22'
rubygems: "3.2.22"

# Setup Ruby Environment
- name: Set Bundler Path
Expand All @@ -34,16 +34,16 @@ jobs:
- name: Install latest Nightly Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: false
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
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-binutils rustfilt
args: --locked cargo-binutils rustfilt

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

0 comments on commit 98e2964

Please sign in to comment.