wip: use runner.os variable
All checks were successful
Flake checks / Check (pull_request) Successful in 13m59s

This commit is contained in:
teutat3s 2023-12-13 01:08:49 +01:00
parent b62c2a3db4
commit 976dd2064e
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -27,15 +27,15 @@ jobs:
uses: https://github.com/nix-community/cache-nix-action@v4
id: nix-store-cache
with:
key: cache-x86_64-linux-nix-store-${{ steps.flake-lock-hash.outputs.hash }}
key: cache-${{ runner.os }}-nix-store-${{ steps.flake-lock-hash.outputs.hash }}
restore-keys: |
cache-x86_64-linux-nix-store-
cache-${{ runner.os }}-nix-store-
gc-linux: true
gc-max-store-size-linux: 10000000000
purge-caches: true
purge-key: cache-x86_64-linux-nix-store-
purge-key: cache-${{ runner.os }}-nix-store-
purge-created: true
purge-created-max-age: 42
- name: echo if no cache hit