We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 300721f + 81eb746 commit a56e3a8Copy full SHA for a56e3a8
install-nix.sh
@@ -91,5 +91,10 @@ if [[ -n "${INPUT_NIX_PATH:-}" ]]; then
91
echo "NIX_PATH=${INPUT_NIX_PATH}" >> "$GITHUB_ENV"
92
fi
93
94
+# Set temporary directory (if not already set) to fix https://github.com/cachix/install-nix-action/issues/197
95
+if [[ -z "${TMPDIR:-}" ]]; then
96
+ echo "TMPDIR=${RUNNER_TEMP}" >> "$GITHUB_ENV"
97
+fi
98
+
99
# Close the log message group which was opened above
100
echo "::endgroup::"
0 commit comments