Skip to content

Commit

Permalink
fix(actions): enable parallel cache uploads
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Jul 1, 2024
1 parent a853056 commit c3cff98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build_nix_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ runs:
substituters: "${{ inputs.nixSubstituterName }}"
secret_keys: "${{ inputs.nixPrivateKey }}"
use_nixcached: true
nixcached_upload_options: --jobs 8 --debug

- name: Set GitHub CI Slug Variables
uses: rlespinasse/github-slug-action@797d68864753cbceedc271349d402da4590e6302 # ratchet:rlespinasse/github-slug-action@v4
Expand Down

0 comments on commit c3cff98

Please sign in to comment.