You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/actions/ci/action.yml
+34-4Lines changed: 34 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,14 @@ inputs:
29
29
description: 'Whether to run ./build-release-windows.sh for the CMake target'
30
30
required: false
31
31
default: 'false'
32
+
use_curl:
33
+
description: 'Whether to enable CURL networking (LD_CURL_NETWORKING=ON)'
34
+
required: false
35
+
default: 'false'
36
+
install_curl:
37
+
description: 'Whether to install CURL development libraries. Required for OpenTelemetry builds (server-sdk-otel), but does not enable CURL networking for the SDK itself.'
0 commit comments