mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 20:26:55 +02:00
Reenable vcpkg-clean because GitHub Actions is running out of disk space.
This commit is contained in:
parent
b42a949d03
commit
633319c111
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ else()
|
||||||
set(VCPKG_BUILD_TYPE_PARAM --vcpkg-build-type ${VCPKG_BUILD_TYPE})
|
set(VCPKG_BUILD_TYPE_PARAM --vcpkg-build-type ${VCPKG_BUILD_TYPE})
|
||||||
endif()
|
endif()
|
||||||
execute_process(
|
execute_process(
|
||||||
COMMAND ${HIFI_PYTHON_EXEC} ${CMAKE_CURRENT_SOURCE_DIR}/prebuild.py --vcpkg-skip-clean --release-type ${RELEASE_TYPE} --build-root ${CMAKE_BINARY_DIR} ${VCPKG_BUILD_TYPE_PARAM}
|
COMMAND ${HIFI_PYTHON_EXEC} ${CMAKE_CURRENT_SOURCE_DIR}/prebuild.py --release-type ${RELEASE_TYPE} --build-root ${CMAKE_BINARY_DIR} ${VCPKG_BUILD_TYPE_PARAM}
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} RESULTS_VARIABLE PREBUILD_RET
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} RESULTS_VARIABLE PREBUILD_RET
|
||||||
)
|
)
|
||||||
# squelch the Policy CMP0074 warning without requiring an update to cmake 3.12.
|
# squelch the Policy CMP0074 warning without requiring an update to cmake 3.12.
|
||||||
|
|
Loading…
Reference in a new issue