cachix / install-nix-action

Installs Nix on GitHub Actions for the supported platforms: Linux and macOS.
Apache License 2.0
526 stars 80 forks source link

Resilient installation #105

Closed domenkozar closed 2 years ago

CohenCyril commented 2 years ago

Here is a failure: https://github.com/coq-community/coq-nix-toolbox/runs/4118108940?check_suite_focus=true

domenkozar commented 2 years ago

It seems that the installer sometimes returns 400, that could be fixed with --retry-on-error, but the curl on Debian doesn't support that yet.

domenkozar commented 2 years ago

@CohenCyril I pushed a fix that might work, can you give that a try? Thanks!

domenkozar commented 2 years ago

@CohenCyril I'll make a release tomorrow unless I hear you're still getting errors with this PR

CohenCyril commented 2 years ago

@CohenCyril I'll make a release tomorrow unless I hear you're still getting errors with this PR

No error so far...

domenkozar commented 2 years ago

Thanks a lot!