Skip to content

Commit bf5f03e

Browse files
authored
Include installing flip-link
1 parent d45f565 commit bf5f03e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
override: true
2626
- name: Build crate
2727
run: cargo build --verbose
28+
- name: Install supporting crates
29+
run: cargo install flip-link
2830
- name: Build debug examples
2931
run: cargo build --verbose --examples
3032
#- run: echo "Debug examples built:" && ls target/thumbv6m-none-eabi/debug/examples/ |grep -v '-' |grep -v '\.d'

0 commit comments

Comments
 (0)