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 d45f565 commit bf5f03eCopy full SHA for bf5f03e
.github/workflows/build_and_test.yml
@@ -25,6 +25,8 @@ jobs:
25
override: true
26
- name: Build crate
27
run: cargo build --verbose
28
+ - name: Install supporting crates
29
+ run: cargo install flip-link
30
- name: Build debug examples
31
run: cargo build --verbose --examples
32
#- run: echo "Debug examples built:" && ls target/thumbv6m-none-eabi/debug/examples/ |grep -v '-' |grep -v '\.d'
0 commit comments