diff --git a/.github/workflows/windows-build-qt6.yml b/.github/workflows/windows-build-qt6.yml index a299474..590e7e3 100644 --- a/.github/workflows/windows-build-qt6.yml +++ b/.github/workflows/windows-build-qt6.yml @@ -33,7 +33,7 @@ jobs: run: echo 'set(VCPKG_BUILD_TYPE "release")' >> vcpkg/triplets/x64-windows.cmake - name: Run vcpkg - uses: lukka/run-vcpkg@v11.5 + uses: lukka/run-vcpkg@v11.6 - name: Build uses: lukka/run-cmake@v10