Skip to content

Commit

Permalink
chore: fix installation of hurl
Browse files Browse the repository at this point in the history
Error was: dpkg: error: requested operation requires superuser privilege

Correction for 206d310 commit.

Part of #13
  • Loading branch information
php-coder committed Mar 19, 2024
1 parent 5c5ef9d commit 71f0994
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 @@ -33,7 +33,7 @@ jobs:
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
dpkg --install $DEB
sudo dpkg --install $DEB
- name: Show tools versions
run: |
Expand Down

0 comments on commit 71f0994

Please sign in to comment.