Skip to content

Commit

Permalink
Use Magic Nix Cache (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
vic committed Jul 13, 2023
1 parent 76c7b8a commit 9467aa0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Expand Up @@ -6,10 +6,10 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v15
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v1
- name: Test flake output
run: nix flake check

0 comments on commit 9467aa0

Please sign in to comment.