Skip to content

Commit 81eb746

Browse files
jalazizdomenkozar
andauthored
Update install-nix.sh
Co-authored-by: Domen Kožar <[email protected]>
1 parent 2cce1fd commit 81eb746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-nix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ if [[ -n "${INPUT_NIX_PATH:-}" ]]; then
9191
echo "NIX_PATH=${INPUT_NIX_PATH}" >> "$GITHUB_ENV"
9292
fi
9393

94-
# Set temporary directory (if not already set)
94+
# Set temporary directory (if not already set) to fix https://github.com/cachix/install-nix-action/issues/197
9595
if [[ -z "${TMPDIR:-}" ]]; then
9696
echo "TMPDIR=${RUNNER_TEMP}" >> "$GITHUB_ENV"
9797
fi

0 commit comments

Comments
 (0)