Skip to content

Commit 71f0994

Browse files
committed
chore: fix installation of hurl
Error was: dpkg: error: requested operation requires superuser privilege Correction for 206d310 commit. Part of #13
1 parent 5c5ef9d commit 71f0994

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
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
DEB=hurl_4.2.0_amd64.deb
3535
curl --no-progress-meter --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.2.0/$DEB
36-
dpkg --install $DEB
36+
sudo dpkg --install $DEB
3737
3838
- name: Show tools versions
3939
run: |

0 commit comments

Comments
 (0)