diff --git a/action.yml b/action.yml index 5439fdb..0199d09 100644 --- a/action.yml +++ b/action.yml @@ -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