Skip to content

Commit

Permalink
fix(actions): temporarily disable nix cache upload
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 c448bf6 commit 990440a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_nix_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
uses: zombiezen/setup-nix-cache-action@78efa9db5802d6a141bc42681edf000bf7f31a08 # ratchet:zombiezen/setup-nix-cache-action@v0
with:
substituters: "${{ inputs.nixSubstituterName }}"
secret_keys: "${{ inputs.nixPrivateKey }}"
# secret_keys: "${{ inputs.nixPrivateKey }}"
use_nixcached: true
nixcached_upload_options: --jobs 8 --debug

Expand Down

0 comments on commit 990440a

Please sign in to comment.