Skip to content

Commit

Permalink
cocoapods-audit
Browse files Browse the repository at this point in the history
  • Loading branch information
barv-jfrog committed Nov 12, 2024
1 parent c26837e commit 067148e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/install-and-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ runs:
run: |
if [ ${{ runner.os }} == "Windows" ]; then
curl https://curl.se/windows/dl-8.11.0_1/curl-8.11.0_1-win64-mingw.zip > curl-8.11.0_1-win64-mingw.zip
7z e -y curl-8.11.0_1-win64-mingw.zip
7z x -y curl-8.11.0_1-win64-mingw.zip
mv curl-8.11.0_1-win64-mingw/bin/libcurl-x64.dll C:/hostedtoolcache/windows/Ruby/3.3.6/x64/bin/libcurl.dll
rm -rf curl-8.11.0_1-win64-mingw
fi
shell: bash

Expand Down

0 comments on commit 067148e

Please sign in to comment.