Skip to content

Commit

Permalink
ci: update and cache
Browse files Browse the repository at this point in the history
  • Loading branch information
huuff committed Sep 20, 2024
1 parent 544378f commit fd7423e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nix-flake-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ jobs:
nix-flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v17
uses: cachix/install-nix-action@v27
with:
# Mostly to avoid GitHub rate limiting
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Check
run: nix flake check

0 comments on commit fd7423e

Please sign in to comment.