Skip to content

Commit

Permalink
chore: fix installation of hurl because of invalid file content
Browse files Browse the repository at this point in the history
Error was: dpkg-deb: error: 'hurl_4.2.0_amd64.deb' is not a Debian format archive

Correction for 206d310 commit.

Part of #13
  • Loading branch information
php-coder committed Mar 19, 2024
1 parent 71f0994 commit 18c2c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Hurl
run: |
DEB=hurl_4.2.0_amd64.deb
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
sudo dpkg --install $DEB
- name: Show tools versions
Expand Down

0 comments on commit 18c2c9d

Please sign in to comment.