We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5ef9d commit 71f0994Copy full SHA for 71f0994
.github/workflows/integration-tests.yml
@@ -33,7 +33,7 @@ jobs:
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
36
- dpkg --install $DEB
+ sudo dpkg --install $DEB
37
38
- name: Show tools versions
39
0 commit comments