mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-08-01 04:29:13 +00:00
test
This commit is contained in:
parent
5825a39447
commit
a1b1742b50
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) <(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::"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue