Skip to content

Commit

Permalink
Use nix build to compile in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abustany committed Jun 7, 2024
1 parent 3c9c302 commit ff75d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: nix develop -c cargo clippy

- name: Build
run: nix develop -c cargo build
run: nix build

0 comments on commit ff75d2e

Please sign in to comment.