ci: remove Magic Nix Cache (#745)
Magic Nix Cache will no longer work with the GitHub Actions cache as of February 1st [1]. Temporarily removing this while we look into alternative solutions. [1] https://determinate.systems/posts/magic-nix-cache-free-tier-eol/
This commit is contained in:
parent
5e8be7521e
commit
7c1c325928
2 changed files with 0 additions and 3 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -17,7 +17,6 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: DeterminateSystems/nix-installer-action@v16
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v8
|
||||
|
||||
- id: get-derivations
|
||||
run: |
|
||||
|
|
@ -70,7 +69,6 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: DeterminateSystems/nix-installer-action@v16
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v8
|
||||
|
||||
- run: |
|
||||
nix build --no-update-lock-file --print-build-logs \
|
||||
|
|
|
|||
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
|
@ -26,7 +26,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@v16
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v8
|
||||
- run: nix build .#docs
|
||||
|
||||
- uses: actions/upload-pages-artifact@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue