ソースを参照

CI: Fix running the unit tests on windows

(cherry picked from commit adbb323163e640b46394ff781b8834b485dc473b)
RedworkDE 2 年 前
コミット
4cabfc1756
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/windows_builds.yml

+ 1 - 1
.github/workflows/windows_builds.yml

@@ -28,7 +28,7 @@ jobs:
             target: editor
             tests: true
             # Skip debug symbols, they're way too big with MSVC.
-            sconsflags: debug_symbols=no vsproj=yes
+            sconsflags: debug_symbols=no vsproj=yes windows_subsystem=console
             bin: "./bin/godot.windows.editor.x86_64.exe"
 
           - name: Template (target=template_release)