Skip to content

Commit

Permalink
Adapt to macos weirdness
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Aug 29, 2023
1 parent d72ee53 commit 150ab3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ runs:
- name: "Export Nix store cache"
if: steps.nix-cache.outputs.cache-hit != 'true'
run: |
mkdir -pf /tmp/nixcache
[ -d /tmp/nixcache ] || mkdir -p /tmp/nixcache
nix-store --export > /tmp/nixcache
shell: bash

0 comments on commit 150ab3a

Please sign in to comment.