Skip to content

Commit

Permalink
try adding --force
Browse files Browse the repository at this point in the history
  • Loading branch information
JatoMixo committed Sep 24, 2024
1 parent 7cd429d commit c899296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Install dependencies
run: |
rustup component add llvm-tools-preview
rustup component add llvm-tools-preview --force
rustup target add thumbv7m-none-eabi
cargo install cargo-binutils cargo-expand
cargo install cargo-generate
Expand Down

0 comments on commit c899296

Please sign in to comment.