Skip to content

Commit fb750d3

Browse files
committed
use clang-cl oodle windows build
1 parent 9acc0cf commit fb750d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Usmap.NET.Tests/Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static async Task<string> DownloadOodleAsync()
3333

3434
if (OperatingSystem.IsWindows())
3535
{
36-
url = baseUrl + "msvc.zip";
36+
url = baseUrl + "clang-cl.zip";
3737
entryName = "bin/Release/oodle-data-shared.dll";
3838
}
3939
else if (OperatingSystem.IsLinux())

0 commit comments

Comments
 (0)