Skip to content

Commit

Permalink
Write curl output on file
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Mar 26, 2024
1 parent 7e65f0d commit 3f42300
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Publish CLI wheels

on:
push:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3f42300

Please sign in to comment.