ci: remove deprecated DeterminateSystems/magic-nix-cache-action

This commit is contained in:
link2xt
2025-02-19 23:47:33 +00:00
committed by l
parent 1ad72fd826
commit 449ba4e192
4 changed files with 0 additions and 10 deletions

View File

@@ -24,7 +24,6 @@ jobs:
show-progress: false
persist-credentials: false
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix fmt
# Check that formatting does not change anything.
@@ -85,7 +84,6 @@ jobs:
show-progress: false
persist-credentials: false
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build .#${{ matrix.installable }}
build-macos:
@@ -105,5 +103,4 @@ jobs:
show-progress: false
persist-credentials: false
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build .#${{ matrix.installable }}