We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a53e66 commit a11df23Copy full SHA for a11df23
1 file changed
.github/workflows/public.continuous.yml
@@ -131,6 +131,6 @@ jobs:
131
$opts += " -DEMBREE_TESTING_INTENSITY=2"
132
$opts += " -DCMAKE_BUILD_TYPE=Release"
133
134
- cmake -B build -G "Ninja" -D EMBREE_EXTRA_OPTIONS="$opts" .
+ cmake -B build -G "Ninja" $opts.Split(" ") .
135
cmake --build build --config Release
136
- ctest --test-dir build/embree/build -C Release --output-on-failure
+ ctest --test-dir build -C Release --output-on-failure
0 commit comments