Skip to content

Commit a11df23

Browse files
committed
more CI fixes
1 parent 6a53e66 commit a11df23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/public.continuous.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ jobs:
131131
$opts += " -DEMBREE_TESTING_INTENSITY=2"
132132
$opts += " -DCMAKE_BUILD_TYPE=Release"
133133
134-
cmake -B build -G "Ninja" -D EMBREE_EXTRA_OPTIONS="$opts" .
134+
cmake -B build -G "Ninja" $opts.Split(" ") .
135135
cmake --build build --config Release
136-
ctest --test-dir build/embree/build -C Release --output-on-failure
136+
ctest --test-dir build -C Release --output-on-failure

0 commit comments

Comments
 (0)