Skip to content

Commit

Permalink
Use DeterminateSystems/magic-nix-cache-action
Browse files Browse the repository at this point in the history
Should significantely increase build times
  • Loading branch information
e1mo committed Jul 24, 2023
1 parent 6bdafe2 commit f445723
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-systems.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: nix flake check
run: |
nix flake check --no-build
Expand Down

0 comments on commit f445723

Please sign in to comment.