Skip to content

Commit

Permalink
CI: Install rustfmt
Browse files Browse the repository at this point in the history
The lack of rustfmt shows up as an error in liboscore's build stage.
  • Loading branch information
chrysn committed Apr 22, 2024
1 parent 95742cb commit 5cfcf27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
toolchain: ${{ steps.get_toolchain.outputs.toolchain }}
targets: riscv32imc-unknown-none-elf,riscv32imac-unknown-none-elf,thumbv6m-none-eabi,thumbv7m-none-eabi,thumbv7em-none-eabi,thumbv8m.main-none-eabi
components: rust-src
components: rust-src, rustfmt

- name: rust cache
if: steps.result-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 5cfcf27

Please sign in to comment.