Skip to content

Commit

Permalink
Use the new setup-rust-toolchain args
Browse files Browse the repository at this point in the history
  • Loading branch information
JaciBrunning committed Jun 11, 2024
1 parent 89e6744 commit e0b8338
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit e0b8338

Please sign in to comment.