Skip to content

Commit

Permalink
CI: enable cache for nix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
junglerobba committed Feb 12, 2024
1 parent 60b8cfe commit be4e9c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v3
uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build default package
run: nix build

0 comments on commit be4e9c7

Please sign in to comment.