From 6c9a7e4110cdf81bbf611024b17526a147fd9756 Mon Sep 17 00:00:00 2001 From: Kirill Artemov Date: Sat, 17 May 2025 16:13:05 +0200 Subject: [PATCH] EnableGPU false by default --- .github/workflows/build-tests-windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-tests-windows.yml b/.github/workflows/build-tests-windows.yml index d00b6c71..92bbf699 100644 --- a/.github/workflows/build-tests-windows.yml +++ b/.github/workflows/build-tests-windows.yml @@ -26,6 +26,8 @@ jobs: - StandaloneWindows64 # Build a Windows 64-bit standalone. - WSAPlayer # Build a UWP App - tvOS # Build an Apple TV XCode project + enableGpu: + - false include: # Additionally test enableGPU build for a standalone windows target - projectPath: test-project