From 9996b0c3138cbdc9a5166c119e297c407f05232e Mon Sep 17 00:00:00 2001 From: Jason Beverage Date: Mon, 28 Oct 2024 13:52:57 -0400 Subject: [PATCH] Try to fix build again --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 784c6bdb21..1b46f81329 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch] env: VCPKG_BINARY_SOURCES : 'clear;nuget,GitHub,readwrite' # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) - BUILD_TYPE: Release + BUILD_TYPE: RelWithDebInfo VCPKG_VERSION: 'master' CESIUM_NATIVE_VERSION: 'v0.37.0'