mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-31 16:33:10 +00:00
github: remove Magic Nix Cache
Apparently, Magic Nix Cache will stop working on Feb 1st, because the underlying APIs are being sunset by GitHub, and there are no open replacements for it quite yet. Since it's just an optimization, we'll have to live with it. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
332b8d774a
commit
139d126b67
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build-nix.yml
vendored
1
.github/workflows/build-nix.yml
vendored
|
@ -34,5 +34,4 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4
|
||||
- run: nix flake check -L --show-trace
|
||||
|
|
Loading…
Reference in a new issue