From 0a61df0ea90f9724336ef15a75fa2338d99da166 Mon Sep 17 00:00:00 2001 From: silverqx Date: Thu, 19 Oct 2023 14:57:25 +0200 Subject: [PATCH] workflows updated comment --- .github/workflows/vcpkg-windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/vcpkg-windows.yml b/.github/workflows/vcpkg-windows.yml index 32d7b6606..6635c73c0 100644 --- a/.github/workflows/vcpkg-windows.yml +++ b/.github/workflows/vcpkg-windows.yml @@ -122,7 +122,8 @@ jobs: cmake.exe --version # The following two steps are not needed below they only test if the vcpkg classic mode works - # correctly + # correctly. The Release and Debug build types are build at once so invoke these two steps + # for the debug matrix only. - name: vcpkg install ${{ matrix.qt.vcpkg-qt }} (classic mode) if: matrix.build-type.key == 'debug'