ci: try another upstream cache
Signed-off-by: morguldir <morguldir@protonmail.com>
This commit is contained in:
parent
6f9d7b5667
commit
0a28d80cf2
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -82,7 +82,7 @@ jobs:
|
|||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
with:
|
||||
diagnostic-endpoint: ""
|
||||
upstream-cache: "https://attic.kennel.juneis.dog/conduwuit"
|
||||
upstream-cache: "https://cache.nixos.org"
|
||||
|
||||
- name: Apply Nix binary cache configuration
|
||||
run: |
|
||||
|
@ -196,7 +196,7 @@ jobs:
|
|||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
with:
|
||||
diagnostic-endpoint: ""
|
||||
upstream-cache: "https://attic.kennel.juneis.dog/conduwuit"
|
||||
upstream-cache: "https://cache.nixos.org"
|
||||
|
||||
- name: Apply Nix binary cache configuration
|
||||
run: |
|
||||
|
|
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
with:
|
||||
diagnostic-endpoint: ""
|
||||
upstream-cache: "https://attic.kennel.juneis.dog/conduwuit"
|
||||
upstream-cache: "https://cache.nixos.org"
|
||||
|
||||
- name: Apply Nix binary cache configuration
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue