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

@@ -37,7 +37,6 @@ jobs:
persist-credentials: false
fetch-depth: 0 # Fetch history to calculate VCS version number.
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build Python documentation
run: nix build .#python-docs
- name: Upload to py.delta.chat
@@ -57,7 +56,6 @@ jobs:
persist-credentials: false
fetch-depth: 0 # Fetch history to calculate VCS version number.
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build C documentation
run: nix build .#docs
- name: Upload to c.delta.chat