diff --git a/action.yml b/action.yml index 3567031f..a3d0dd95 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ runs: if: runner.os != 'Windows' shell: sh run: | - set -euo pipefail + set -eu curl --retry 10 -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash - name: Install cargo-binstall if: runner.os == 'Windows'