diff --git a/.github/workflows/vcpkg-windows-drivers.yml b/.github/workflows/vcpkg-windows-drivers.yml index 38963fda9..a94cbc234 100644 --- a/.github/workflows/vcpkg-windows-drivers.yml +++ b/.github/workflows/vcpkg-windows-drivers.yml @@ -209,7 +209,7 @@ jobs: # section up, to avoid interfering with the Vcpkg Manifest method - name: Qt print version run: | - "$env:TINY_QT_ROOT\${{ matrix.qt.version }}\msvc2019_64\bin\qmake.exe" -query QT_VERSION + & "$env:TINY_QT_ROOT\${{ matrix.qt.version }}\msvc2019_64\bin\qmake.exe" -query QT_VERSION # Will be used in the classic method (vcpkg install tinyorm) and VcpkgManifest method - name: vcpkg prepare TinyORM ports (update REF and SHA512)