Skip to content

Commit 32fe480

Browse files
authored
Merge pull request #26 from Neotron-Compute/feature/faster-flip-link
Install flip-link in debug mode.
2 parents 58a409e + 59c6ead commit 32fe480

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)