Merge pull request #211 from matter-labs/magix_nix_cache

ci: remove magic nix cache
This commit is contained in:
Harald Hoyer 2024-09-18 15:36:15 +02:00 committed by GitHub
commit 7c61f81137
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,8 +29,6 @@ jobs:
endpoint: https://attic.teepot.org/ endpoint: https://attic.teepot.org/
cache: tee-pot cache: tee-pot
token: ${{ secrets.ATTIC_TOKEN }} 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 - run: nix flake check -L --show-trace --keep-going
@ -52,8 +50,6 @@ jobs:
endpoint: https://attic.teepot.org/ endpoint: https://attic.teepot.org/
cache: tee-pot cache: tee-pot
token: ${{ secrets.ATTIC_TOKEN }} token: ${{ secrets.ATTIC_TOKEN }}
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: nix build - name: nix build
run: nix run github:nixos/nixpkgs/nixos-23.11#nixci run: nix run github:nixos/nixpkgs/nixos-23.11#nixci
@ -92,8 +88,6 @@ jobs:
endpoint: https://attic.teepot.org/ endpoint: https://attic.teepot.org/
cache: tee-pot cache: tee-pot
token: ${{ secrets.ATTIC_TOKEN }} token: ${{ secrets.ATTIC_TOKEN }}
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3