Skip to content

Commit c3af21f

Browse files
committed
Don't build debug - it doesn't fit.
1 parent 2a7ab1c commit c3af21f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
override: true
3535
- name: Install Rust targets for ${{ matrix.rust }}
3636
run: rustup target install --toolchain=${{ matrix.rust }} thumbv6m-none-eabi
37-
- name: Build
38-
run: cargo build --verbose
3937
- name: Build Release
4038
run: cargo build --release --verbose
4139
- name: Clippy

0 commit comments

Comments
 (0)