Skip to content

Commit

Permalink
Enhance CI efficiency with magic-nix-cache-action
Browse files Browse the repository at this point in the history
- Integrate magic-nix-cache-action@v8 into CI workflows to optimize build times.
- Enhance overall CI pipeline efficiency.
  • Loading branch information
thekorn committed Dec 1, 2024
1 parent a057ff0 commit d7d8ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v8
# Run our checks to catch quick issues
- run: nix flake check

Expand Down

0 comments on commit d7d8ee1

Please sign in to comment.