This commit is contained in:
Sander 2025-07-29 17:44:40 +02:00
parent 5825a39447
commit a1b1742b50
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) <(bash /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::"