Skip to content

Commit

Permalink
Use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Mar 2, 2024
1 parent 193ba88 commit 66ce617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
shell: bash
working-directory: curl_lib
run: |
apt update && apt install libpsl-dev
sudo apt update && sudo apt install libpsl-dev
if [ ! -e Makefile ]; then
curl -o curl.tgz https://curl.se/download/curl-${{ inputs.curl_version }}.tar.gz
tar xzvf curl.tgz --strip-components=1
Expand Down

0 comments on commit 66ce617

Please sign in to comment.