Skip to content

Commit

Permalink
Add libpsl whilst building
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi authored Mar 2, 2024
1 parent a88c574 commit 193ba88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ runs:
shell: bash
working-directory: curl_lib
run: |
apt update && 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 193ba88

Please sign in to comment.