Skip to content

Commit

Permalink
ci: update workflow add --impure
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 24, 2022
1 parent 4f93422 commit cb79b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Build document
run: |
nix build . --quiet -o summer-of-nix.pdf
nix build . --impure --quiet -o summer-of-nix.pdf
- name: Upload build assets
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cb79b00

Please sign in to comment.