Skip to content

Commit

Permalink
Add target for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
astapleton committed May 31, 2024
1 parent ba8b786 commit 7215055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install nightly toolchain
run: rustup toolchain install nightly
- name: Install thumbv8m rust target
run: rustup target add thumbv8m.main-none-eabihf
run: rustup +nightly target add thumbv8m.main-none-eabihf
- name: Build
run: cargo +nightly build --verbose --release --examples --target thumbv8m.main-none-eabihf --features ${{ matrix.mcu }},${{ env.FLAGS }},${{ matrix.logging }}
- name: Test
Expand Down

0 comments on commit 7215055

Please sign in to comment.