Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Nov 15, 2024
1 parent 3f79f33 commit b6cf9bc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/peripheral-controller-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30

- run: |
rustup default stable
rustup target add thumbv6m-none-eabi
- run: rustup target add thumbv6m-none-eabi

- name: Clippy
run: nix develop --command cargo clippy -- -Dwarnings
Expand All @@ -49,7 +47,7 @@ jobs:

- name: Build
run: |
nix develop --command cargo build --release
nix develop --command cargo build --release --no-default-features
nix develop --command cargo build --release --no-default-features --features panic-probe
nix develop --command cargo build --release --features panic-probe
nix develop --command cargo build --release --verbose
# nix develop --command cargo build --release --no-default-features
# nix develop --command cargo build --release --no-default-features --features panic-probe
# nix develop --command cargo build --release --features panic-probe

0 comments on commit b6cf9bc

Please sign in to comment.