mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-08-01 20:49:11 +00:00
test
This commit is contained in:
parent
1ba1a64535
commit
586707fa85
1 changed files with 1 additions and 1 deletions
|
@ -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::"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue