Skip to content

Commit

Permalink
wrong again ahh
Browse files Browse the repository at this point in the history
  • Loading branch information
SenpaiSimon committed May 20, 2024
1 parent 65b160d commit 6189c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
curllibCommand: >
curl -o curl.zip https://curl.se/windows/dl-8.7.1_7/curl-8.7.1_7-win64-mingw.zip &&
mkdir curlLib && tar -xf curl.zip -C curlLib --strip-components=1 &&
mv curlLib\bin\libcurl-x64.dll 'curlLib\bin\libcurl.dll' &&
mv curlLib\bin\libcurl-x64.def 'curlLib\bin\libcurl.def' &&
mv curlLib\bin\libcurl-x64.dll 'curlLib\bin\libcurl-d.dll' &&
mv curlLib\bin\libcurl-x64.def 'curlLib\bin\libcurl-d.def' &&
mv curlLib\lib\* 'C:\mingw64\lib\' &&
mv curlLib\bin\* 'C:\mingw64\bin\' &&
mv curlLib\include\* 'C:\mingw64\include\' &&
Expand Down

0 comments on commit 6189c59

Please sign in to comment.