Skip to content
Snippets Groups Projects
Commit 291d3db5 authored by Guillaume Endignoux's avatar Guillaume Endignoux
Browse files

Add rustfmt component to cargo_fmt workflow.

parent e467ed13
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ jobs: ...@@ -20,6 +20,7 @@ jobs:
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
target: thumbv7em-none-eabi target: thumbv7em-none-eabi
components: rustfmt
- uses: actions/setup-python@v1 - uses: actions/setup-python@v1
with: with:
python-version: 3.7 python-version: 3.7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment