Skip to content

Commit

Permalink
Disable libidn and libpsl for CI curl install
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Jan 10, 2025
1 parent 391da36 commit 5b57602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ jobs:
cmake -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/curl/install `
-DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC_LIBS=ON `
-DBUILD_SHARED_LIBS=OFF -DCMAKE_C_FLAGS="/DCURL_STATICLIB" `
-DCURL_STATIC_CRT=ON -DBUILD_STATIC_CURL=ON ..
-DCURL_STATIC_CRT=ON -DBUILD_STATIC_CURL=ON `
-DCURL_USE_LIBIDN2=OFF -DCURL_USE_LIBPSL=OFF ..
cmake --build . --config Release
cmake --install . --config Release
Expand Down

0 comments on commit 5b57602

Please sign in to comment.