Skip to content

Commit 59c6ead

Browse files
committed
Install flip-link in debug mode.
1 parent 58a409e commit 59c6ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
rustup target add thumbv7em-none-eabihf
1818
1919
- name: Install flip-link
20-
run: cd / && cargo install flip-link
20+
run: cd / && cargo install --debug flip-link
2121

2222
- name: Build neotron-bmc-pico for F030
2323
run: |

0 commit comments

Comments
 (0)