Skip to content

Commit

Permalink
add nix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Nov 2, 2023
1 parent eeebb57 commit 6e93b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v6
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: run nix-eval-jobs
run: nix run nixpkgs#nix-eval-jobs -- --gc-roots-dir gcroots --flake .#all-download-images | tee jobs.json
- name: convert jobs json
Expand Down

0 comments on commit 6e93b26

Please sign in to comment.