workaround to solve unwanted zstd dependency on runner (#3298)

* trigger build

* Remove zstd only for dep build

* reinstall zstd after building completed
This commit is contained in:
SoftFever 2023-12-27 15:43:05 +08:00
parent 98d8b010c4
commit 78c7abe4c2
3 changed files with 4 additions and 2 deletions

View file

@ -55,6 +55,7 @@ if (APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "11.3" CACHE STRING "Minimum OS X deployment version" FORCE)
SET(CMAKE_XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER "com.softfever3d.orca-slicer")
message(STATUS "Orca: IS_CROSS_COMPILE: ${IS_CROSS_COMPILE}")
endif ()
# Proposal for C++ unit tests and sandboxes