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: Metadata
|
||||
run: |
|
||||
nix --extra-experimental-features 'nix-command flakes' flake metadata
|
||||
nix --no-eval-cache --extra-experimental-features 'nix-command flakes' flake metadata
|
||||
- name: Statix
|
||||
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
|
||||
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