Skip to content

Commit

Permalink
Use FlakeHub cache
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Mar 27, 2024
1 parent c75481f commit 9d33bf2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ on:
jobs:
check:
runs-on: ubuntu-22.04
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
with:
flakehub: true
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check -L

0 comments on commit 9d33bf2

Please sign in to comment.