ci: use garnix cache in ci
This commit is contained in:
parent
49520149ab
commit
cc9d6c362d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/eval.yaml
vendored
4
.github/workflows/eval.yaml
vendored
|
@ -18,6 +18,10 @@ jobs:
|
|||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v25
|
||||
with:
|
||||
extra_nix_conf: |
|
||||
extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=
|
||||
extra-substituters = https://cache.garnix.io
|
||||
|
||||
- name: Configure Git
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue