This commit is contained in:
Domen Kožar 2021-10-15 17:19:42 -05:00
parent 8ba86cf165
commit 39d848c6d3

View file

@ -58,7 +58,7 @@ if [[ $OSTYPE =~ darwin ]]; then
sudo launchctl setenv NIX_SSL_CERT_FILE "$cert_file" sudo launchctl setenv NIX_SSL_CERT_FILE "$cert_file"
fi fi
# Set paths early (ephemeral self-hosted runners might reuse a runner) # Set paths
echo "/nix/var/nix/profiles/per-user/$USER/profile/bin" >> "$GITHUB_PATH" echo "/nix/var/nix/profiles/per-user/$USER/profile/bin" >> "$GITHUB_PATH"
echo "/nix/var/nix/profiles/default/bin" >> "$GITHUB_PATH" echo "/nix/var/nix/profiles/default/bin" >> "$GITHUB_PATH"