Revert f719fa678f: [CI] The fix is now implemented at vcpkg level (#13942)
This commit is contained in:
5
.github/workflows/release-linux.yml
vendored
5
.github/workflows/release-linux.yml
vendored
@@ -136,10 +136,7 @@ jobs:
|
||||
cd build
|
||||
|
||||
echo "::group::CMake"
|
||||
# CMake 4.0.0 deprecated < 3.5, but some vcpkg packages still use it.
|
||||
# Yet, they are fully compatible with 3.5, and so there is no problem
|
||||
# forcing them to upgrade.
|
||||
CMAKE_POLICY_VERSION_MINIMUM=3.5 cmake ${GITHUB_WORKSPACE} \
|
||||
cmake ${GITHUB_WORKSPACE} \
|
||||
-DCMAKE_TOOLCHAIN_FILE=/vcpkg/scripts/buildsystems/vcpkg.cmake \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DOPTION_SURVEY_KEY=${{ inputs.survey_key }} \
|
||||
|
||||
Reference in New Issue
Block a user