1
0
Fork 0

chore: Remove attic use call

This commit is contained in:
Daniel Kempkens 2023-09-14 19:28:52 +02:00
parent 5b504a94a4
commit a672ef1178
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 0 additions and 2 deletions

View file

@ -34,5 +34,4 @@ jobs:
endpoint: ${{ secrets.ATTIC_ENDPOINT }} endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }} cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }} token: ${{ secrets.ATTIC_TOKEN }}
- run: attic use ${{ secrets.ATTIC_CACHE }}
- run: nix build ".#${{ inputs.package }}" - run: nix build ".#${{ inputs.package }}"

View file

@ -28,5 +28,4 @@ jobs:
endpoint: ${{ secrets.ATTIC_ENDPOINT }} endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }} cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }} token: ${{ secrets.ATTIC_TOKEN }}
- run: attic use ${{ secrets.ATTIC_CACHE }}
- run: nix flake check --keep-going - run: nix flake check --keep-going