Skip to content

Commit 5c5ef9d

Browse files
committed
chore: disable progress meter for curl
Relate to #13
1 parent 67e33b3 commit 5c5ef9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Hurl
3333
run: |
3434
DEB=hurl_4.2.0_amd64.deb
35-
curl --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.2.0/$DEB
35+
curl --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.2.0/$DEB
3636
dpkg --install $DEB
3737
3838
- name: Show tools versions

0 commit comments

Comments
 (0)