Merge pull request #645 from cfcosta/update-actions-cache

chore: use magic-nix-cache instead of cachix
This commit is contained in:
Matthias Benkort 2023-07-05 18:33:30 +02:00 committed by GitHub
commit ecab155f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -18,13 +18,10 @@ jobs:
ssh-key: ${{ secrets.WORKFLOW_SSH_KEY }} ssh-key: ${{ secrets.WORKFLOW_SSH_KEY }}
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v20 uses: DeterminateSystems/nix-installer-action@v4
- name: Setup Cachix - name: Run the Magic Nix Cache
uses: cachix/cachix-action@v12 uses: DeterminateSystems/magic-nix-cache-action@v1
with:
name: aiken-lang
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Run cargo2nix - name: Run cargo2nix
shell: bash shell: bash