Skip to content

Commit

Permalink
Don't run nix build in CI
Browse files Browse the repository at this point in the history
as long as packages aren't being cached
  • Loading branch information
berquist committed Aug 29, 2024
1 parent de83511 commit 759deee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
- uses: actions/checkout@v4
- name: Check nix flake
run: nix flake check -L
- name: Build nix package
run: nix build -L
# Disabled until https://github.com/Nix-QChem/NixOS-QChem/issues/513 is fixed
# - name: Build nix package
# run: nix build -L

0 comments on commit 759deee

Please sign in to comment.