Skip to content

Commit

Permalink
ci: build and cache devenv output as well
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaci committed Oct 4, 2024
1 parent c6c412c commit ecc80b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ jobs:
extraPullNames: pyperscan
- run: |
nix flake check -L --impure --option system ${{ matrix.arch }} --extra-platforms ${{ matrix.arch }}
- run: |
nix build -L --option system ${{ matrix.arch }} --extra-platforms ${{ matrix.arch }} .#packages.${{ matrix.arch }}.devenv

0 comments on commit ecc80b2

Please sign in to comment.