Skip to content

Commit

Permalink
fix(ci): fix nix command for checks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Apr 4, 2024
1 parent 896db4f commit b3fb858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Check flake inputs
uses: DeterminateSystems/flake-checker-action@main
- name: Run flake checks
run: nix flake check "./#checks.x86_64-linux.${{ matrix.check }}" -L
run: nix build "./#checks.x86_64-linux.${{ matrix.check }}" -L

fly-check:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit b3fb858

Please sign in to comment.