mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-22 13:14:38 +02:00
Replace magic-nix-cache-action (#843)
This commit is contained in:
parent
3ffbee11df
commit
eaf8dd1bab
9
.github/workflows/build-nix.yaml
vendored
9
.github/workflows/build-nix.yaml
vendored
@ -15,10 +15,13 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: "Install Nix ❄️"
|
||||
uses: cachix/install-nix-action@v25
|
||||
uses: nixbuild/nix-quick-install-action@v30
|
||||
|
||||
- name: "Nix Cache"
|
||||
uses: DeterminateSystems/magic-nix-cache-action@v3
|
||||
- name: "Nix Cache ❄️"
|
||||
uses: nix-community/cache-nix-action@v6
|
||||
with:
|
||||
primary-key: nix-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
|
||||
restore-prefixes-first-match: nix-${{ runner.os }}-${{ runner.arch }}
|
||||
|
||||
- name: "Build Nix Flake ❄️"
|
||||
run: nix build
|
||||
|
Loading…
x
Reference in New Issue
Block a user