Merge pull request #645 from cfcosta/update-actions-cache
chore: use magic-nix-cache instead of cachix
This commit is contained in:
commit
ecab155f9e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue