We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0696952 commit 9fc747aCopy full SHA for 9fc747a
.github/workflows/build.yml
@@ -15,4 +15,4 @@ jobs:
15
- name: Install flip-link
16
run: cd / && cargo install flip-link
17
- name: Build
18
- run: cargo build --verbose --target=thumbv6m-none-eabi
+ run: cargo build --release --verbose --target=thumbv6m-none-eabi
0 commit comments