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
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "Building ${{ inputs.flake-output }}..."
|
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
|
- name: Push build artifacts to Attic cache
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue