This commit is contained in:
Sander 2025-07-29 17:55:31 +02:00
parent 1ba1a64535
commit 586707fa85
No known key found for this signature in database

View file

@ -121,7 +121,7 @@ if [[ -z "${TMPDIR:-}" ]]; then
echo "TMPDIR=${RUNNER_TEMP}" >> "$GITHUB_ENV"
fi
comm -13 <(env | sort) <(. /etc/profile.d/nix.sh && env | sort) > "$GITHUB_ENV"
comm -13 <(env | sort) <(. /etc/profile.d/nix.sh && env | sort) >> "$GITHUB_ENV"
# Close the log message group which was opened above
echo "::endgroup::"