skip eval cache in an effort to try to run in a native builder
This commit is contained in:
parent
b248959f79
commit
336c172919
1 changed files with 3 additions and 3 deletions
|
@ -14,10 +14,10 @@ jobs:
|
||||||
name: Checkout
|
name: Checkout
|
||||||
- name: Metadata
|
- name: Metadata
|
||||||
run: |
|
run: |
|
||||||
nix --extra-experimental-features 'nix-command flakes' flake metadata
|
nix --no-eval-cache --extra-experimental-features 'nix-command flakes' flake metadata
|
||||||
- name: Statix
|
- name: Statix
|
||||||
run: |
|
run: |
|
||||||
nix --no-sandbox --extra-experimental-features 'nix-command flakes' develop -c statix check
|
nix --no-eval-cache --no-sandbox --extra-experimental-features 'nix-command flakes' develop -c statix check
|
||||||
- name: Flake check
|
- name: Flake check
|
||||||
run: |
|
run: |
|
||||||
nix --extra-experimental-features 'nix-command flakes' flake check
|
nix --no-eval-cache --extra-experimental-features 'nix-command flakes' flake check
|
Loading…
Reference in a new issue