Skip to content

Commit

Permalink
Attempt to fix min-versions check
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed May 30, 2024
1 parent 1def210 commit 1fc4ff5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ jobs:

- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@nightly
with:
targets: thumbv7em-none-eabihf

- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
Expand All @@ -153,6 +155,8 @@ jobs:

- name: Install nightly toolchain
uses: dtolnay/rust-toolchain@nightly
with:
targets: thumbv7em-none-eabihf

- name: Install cargo-binstall
uses: taiki-e/install-action@cargo-binstall
Expand Down

0 comments on commit 1fc4ff5

Please sign in to comment.