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 2a7ab1c commit c3af21fCopy full SHA for c3af21f
.github/workflows/rust.yml
@@ -34,8 +34,6 @@ jobs:
34
override: true
35
- name: Install Rust targets for ${{ matrix.rust }}
36
run: rustup target install --toolchain=${{ matrix.rust }} thumbv6m-none-eabi
37
- - name: Build
38
- run: cargo build --verbose
39
- name: Build Release
40
run: cargo build --release --verbose
41
- name: Clippy
0 commit comments