We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a409e commit 59c6eadCopy full SHA for 59c6ead
1 file changed
.github/workflows/build_and_release.yml
@@ -17,7 +17,7 @@ jobs:
17
rustup target add thumbv7em-none-eabihf
18
19
- name: Install flip-link
20
- run: cd / && cargo install flip-link
+ run: cd / && cargo install --debug flip-link
21
22
- name: Build neotron-bmc-pico for F030
23
run: |
0 commit comments