Remove o and pipefail

Signed-off-by: Álvaro Mondéjar Rubio <mondejar1994@gmail.com>
This commit is contained in:
Álvaro Mondéjar Rubio 2025-05-18 13:40:20 +02:00 committed by GitHub
parent a37e8fc223
commit efd23df685
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'