Skip to content

Commit

Permalink
fixup! CI: Install rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Apr 22, 2024
1 parent 2e23964 commit b3d16cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ 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
# rust-src: Used for -Zbuild-std.
# rustfmt: Used by bindgen for liboscore
components: rust-src, rustfmt

- name: rust cache
Expand Down

0 comments on commit b3d16cd

Please sign in to comment.