Skip to content

Commit 18c2c9d

Browse files
committed
chore: fix installation of hurl because of invalid file content
Error was: dpkg-deb: error: 'hurl_4.2.0_amd64.deb' is not a Debian format archive Correction for 206d310 commit. Part of #13
1 parent 71f0994 commit 18c2c9d

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 --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.2.0/$DEB
35+
curl --location --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.2.0/$DEB
3636
sudo dpkg --install $DEB
3737
3838
- name: Show tools versions

0 commit comments

Comments
 (0)