Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Dec 3, 2024
1 parent 3d569ca commit 3e13174
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,13 @@ jobs:
run:
working-directory: ./firmware

strategy:
matrix:
config:
- test.toml
- south-basement-workshop.toml

steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30

- name: Clippy
env:
CONFIG: "./configs/${{ matrix.config }}"
CONFIG: ./configs/test.yml
run: |
eval "$(nix print-dev-env)"
set -x
Expand Down

0 comments on commit 3e13174

Please sign in to comment.