mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-21 07:43:57 +02:00
chore(ci): remove magic Nix cache action (#106)
- Eliminated 'magic-nix-cache-action' usage from all jobs.
This commit is contained in:
commit
06365e9b5b
1 changed files with 0 additions and 6 deletions
6
.github/workflows/nix.yml
vendored
6
.github/workflows/nix.yml
vendored
|
@ -27,8 +27,6 @@ jobs:
|
|||
endpoint: https://attic.teepot.org/
|
||||
cache: tee-pot
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
- name: Enable magic Nix cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- run: nix flake check -L --show-trace --keep-going
|
||||
|
||||
fmt:
|
||||
|
@ -47,8 +45,6 @@ jobs:
|
|||
endpoint: https://attic.teepot.org/
|
||||
cache: tee-pot
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
- name: Enable magic Nix cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- run: nix fmt
|
||||
|
||||
build:
|
||||
|
@ -67,7 +63,5 @@ jobs:
|
|||
endpoint: https://attic.teepot.org/
|
||||
cache: tee-pot
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
- name: Enable magic Nix cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- name: nix build
|
||||
run: nix run github:nixos/nixpkgs/nixos-23.11#nixci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue