Skip to content

Commit 7a1e725

Browse files
authored
Force multi-config generator for windows-11-arm CI job
1 parent 3fe1c28 commit 7a1e725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/public.continuous.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ jobs:
130130
$opts += " -DEMBREE_TESTING_INTENSITY=2"
131131
$opts += " -DCMAKE_BUILD_TYPE=Release"
132132
133-
cmake -S superbuild -B build -D BUILD_TBB_FROM_SOURCE=ON -D EMBREE_EXTRA_OPTIONS="$opts"
133+
cmake -S superbuild -B build -G "Ninja Multi-Config" -D BUILD_TBB_FROM_SOURCE=ON -D EMBREE_EXTRA_OPTIONS="$opts"
134134
cmake --build build --config Release
135135
ctest --test-dir build/embree/build -C Release --output-on-failure

0 commit comments

Comments
 (0)