fix: add --refresh to nix build to bust eval cache
This commit is contained in:
parent
346b693bc7
commit
e702f56d87
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
echo "Building ${{ inputs.flake-output }}..."
|
||||
nix build "${{ inputs.flake-output }}" --print-build-logs
|
||||
nix build "${{ inputs.flake-output }}" --print-build-logs --refresh
|
||||
|
||||
- name: Push build artifacts to Attic cache
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue