From 2abadbb58b266ab4289159c97970234e0ae6d128 Mon Sep 17 00:00:00 2001 From: umarcor Date: Wed, 5 Apr 2023 14:10:27 +0200 Subject: [PATCH] [ci/windows] remove obsolete 'tools' in the name --- .github/workflows/windows_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index 1da2e8efa0c..da90e9641cf 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -31,7 +31,7 @@ jobs: sconsflags: debug_symbols=no vsproj=yes bin: "./bin/godot.windows.editor.x86_64.exe" - - name: Template (target=template_release, tools=no) + - name: Template (target=template_release) cache-name: windows-template target: template_release tests: false