diff --git a/.github/workflows/vcpkg-linux.yml b/.github/workflows/vcpkg-linux.yml index b2db503d7..70022e542 100644 --- a/.github/workflows/vcpkg-linux.yml +++ b/.github/workflows/vcpkg-linux.yml @@ -47,6 +47,7 @@ jobs: # name: Qt5 # version: 5.15.2 # apt: [ qtbase5-dev ] +# # For vcpkg classic mode (install tests) # vcpkg-qt: qt5-base # vcpkg-qt-features: qt5-base[core] # vcpkg-tinyorm: tinyorm-qt5 @@ -56,6 +57,7 @@ jobs: name: Qt6 version: 6.7.0 apt: [ qt6-base-dev, libqt6sql6-sqlite ] + # For vcpkg classic mode (install tests) vcpkg-qt: qtbase vcpkg-qt-features: qtbase[core,sql-sqlite] vcpkg-tinyorm: tinyorm diff --git a/.github/workflows/vcpkg-windows.yml b/.github/workflows/vcpkg-windows.yml index 5bc8c2112..13636f659 100644 --- a/.github/workflows/vcpkg-windows.yml +++ b/.github/workflows/vcpkg-windows.yml @@ -37,6 +37,7 @@ jobs: # - key: qt5 # name: Qt5 # version: 5.15.2 + # # For vcpkg classic mode (install tests) # vcpkg-qt: qt5-base # vcpkg-qt-features: qt5-base[core] # vcpkg-tinyorm: tinyorm-qt5 @@ -45,6 +46,7 @@ jobs: - key: qt6 name: Qt6 version: 6.7.0 + # For vcpkg classic mode (install tests) vcpkg-qt: qtbase vcpkg-qt-features: qtbase[core,sql-sqlite] vcpkg-tinyorm: tinyorm