diff --git a/.github/workflows/peripheral-controller-firmware.yml b/.github/workflows/peripheral-controller-firmware.yml index 21686601..80d4949e 100644 --- a/.github/workflows/peripheral-controller-firmware.yml +++ b/.github/workflows/peripheral-controller-firmware.yml @@ -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 @@ -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