Skip to content

Commit

Permalink
CI: Use stable toolchain for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Feb 12, 2023
1 parent 5476602 commit fec35a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
- uses: actions/checkout@v3
with:
lfs: true
- name: Use nightly toolchain (aarch64 | UEFI)
if: matrix.target == 'x86_64-uefi' || matrix.target == 'aarch64'
- name: Use nightly toolchain (UEFI)
if: matrix.target == 'x86_64-uefi'
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2022-08-01
Expand Down

0 comments on commit fec35a9

Please sign in to comment.