ci: Fix macos CMake Java
This commit is contained in:
2
.github/workflows/amd64_macos_cmake_java.yml
vendored
2
.github/workflows/amd64_macos_cmake_java.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
native:
|
||||
strategy:
|
||||
matrix:
|
||||
build: [
|
||||
cmake: [
|
||||
{generator: "Xcode", config: Release, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: install},
|
||||
{generator: "Unix Makefiles", config: Release, build_target: all, test_target: test, install_target: install},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user