mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 14:30:59 -05:00
Replace magic-nix-cache-action with cachix-action
This commit is contained in:
parent
ab0489e3cf
commit
1c17367ab7
1 changed files with 5 additions and 1 deletions
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
|
|
@ -21,6 +21,10 @@ jobs:
|
|||
- uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: rde
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
# - uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- run: nix build ./templates/rde
|
||||
- run: nix flake check ./templates/rde
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue