Skip to content

Commit

Permalink
Update install-nix.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Domen Kožar <domen@enlambda.com>
  • Loading branch information
jalaziz and domenkozar committed Nov 3, 2023
1 parent 2cce1fd commit 81eb746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-nix.sh
Expand Up @@ -91,7 +91,7 @@ if [[ -n "${INPUT_NIX_PATH:-}" ]]; then
echo "NIX_PATH=${INPUT_NIX_PATH}" >> "$GITHUB_ENV"
fi

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

0 comments on commit 81eb746

Please sign in to comment.