From 3f423001961d823386a5e7a604a28560f4cf4ad8 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Tue, 26 Mar 2024 09:21:31 +0400 Subject: [PATCH] Write curl output on file --- .github/workflows/cli-wheels.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cli-wheels.yml b/.github/workflows/cli-wheels.yml index c7cca8d9..634da139 100644 --- a/.github/workflows/cli-wheels.yml +++ b/.github/workflows/cli-wheels.yml @@ -1,4 +1,4 @@ -name: Release +name: Publish CLI wheels on: push: @@ -46,7 +46,7 @@ jobs: - name: Install non-Rust dependencies run: | for script in {install,download,variables}; do - curl \ + curl -O \ https://raw.githubusercontent.com/NNPDF/workflows/v2/packages/lhapdf/${script}.sh done sh install.sh @@ -95,7 +95,7 @@ jobs: - name: Install non-Rust dependencies run: | for script in {install,download,variables}; do - curl \ + curl -O \ https://raw.githubusercontent.com/NNPDF/workflows/v2/packages/lhapdf/${script}.sh done sh install.sh @@ -145,7 +145,7 @@ jobs: - name: Install non-Rust dependencies run: | for script in {install,download,variables}; do - curl \ + curl -O \ https://raw.githubusercontent.com/NNPDF/workflows/v2/packages/lhapdf/${script}.sh done sh install.sh