mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Remove o and pipefail
Signed-off-by: Álvaro Mondéjar Rubio <mondejar1994@gmail.com>
This commit is contained in:
parent
a37e8fc223
commit
efd23df685
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue