Skip to content

Commit d281db1

Browse files
committed
Switching to MSBuild
1 parent a11df23 commit d281db1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/public.continuous.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ jobs:
129129
$opts += " -DEMBREE_ISPC_SUPPORT=OFF"
130130
$opts += " -DEMBREE_TASKING_SYSTEM=INTERNAL"
131131
$opts += " -DEMBREE_TESTING_INTENSITY=2"
132-
$opts += " -DCMAKE_BUILD_TYPE=Release"
133132
134-
cmake -B build -G "Ninja" $opts.Split(" ") .
133+
cmake -B build -G "Visual Studio 17 2022" -A ARM64 $opts.Split(" ") .
135134
cmake --build build --config Release
136135
ctest --test-dir build -C Release --output-on-failure

0 commit comments

Comments
 (0)