We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d661a78 commit 01e4afeCopy full SHA for 01e4afe
1 file changed
.github/workflows/build.yml
@@ -12,5 +12,7 @@ jobs:
12
submodules: true
13
- name: Add Target
14
run: rustup target add thumbv6m-none-eabi
15
+ - name: Install flip-link
16
+ run: cd / && cargo install flip-link
17
- name: Build
18
run: cargo build --verbose --target=thumbv6m-none-eabi
0 commit comments