mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-11-07 07:59:12 +00:00
Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
456688f15b | ||
|
|
0cacfe0f2a | ||
|
|
fd24c48048 | ||
|
|
a55fd2d847 |
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ echo "installer options: ${installer_options[*]}"
|
|||
|
||||
# There is --retry-on-errors, but only newer curl versions support that
|
||||
curl_retries=5
|
||||
nix_version=2.32.0
|
||||
nix_version=2.32.2
|
||||
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-${nix_version}/install}"; do
|
||||
sleep 1
|
||||
((curl_retries--))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue