We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f0994 commit 18c2c9dCopy full SHA for 18c2c9d
.github/workflows/integration-tests.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install Hurl
33
run: |
34
DEB=hurl_4.2.0_amd64.deb
35
- curl --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.2.0/$DEB
+ curl --location --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.2.0/$DEB
36
sudo dpkg --install $DEB
37
38
- name: Show tools versions
0 commit comments