File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7272 sudo ninja install
7373
7474 - name : Perform CodeQL Analysis
75- uses : github/codeql-action/analyze@v1
75+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ build_curl() {
5353 # curl -sLo- https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz | tar xz -C ${BUILD_DIR}
5454 git clone https://github.com/curl/curl && mv curl ${BUILD_DIR} /curl-${CURL_VERSION}
5555 pushd ${BUILD_DIR} /curl-${CURL_VERSION}
56- cmake -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} -DUSE_NGHTTP2=OFF -DUSE_LDAP =OFF -DUSE_LIBIDN2=OFF -DUSE_LIBPSL=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_CURL_EXE=OFF -DCURL_USE_OPENSSL=ON -DCMAKE_INSTALL_PREFIX=${STAGE_DIR} .
56+ cmake -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} -DUSE_NGHTTP2=OFF -DCURL_DISABLE_LDAP=OFF -DCURL_DISABLE_LDAPS =OFF -DUSE_LIBIDN2=OFF -DUSE_LIBPSL=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_CURL_EXE=OFF -DCURL_USE_OPENSSL=ON -DCMAKE_INSTALL_PREFIX=${STAGE_DIR} .
5757 make install
5858 popd
5959}
You can’t perform that action at this time.
0 commit comments