diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 893fa507..f685a376 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - version: 6.7.0 + version: 6.7.1 modules: cache: true diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 40e0b2a4..2e5c2a90 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -14,7 +14,7 @@ { "kind": "git", "repository": "https://github.com/ModOrganizer2/vcpkg-registry", - "baseline": "09c389ef37bcec89b28f13105be959fecf4f3975", + "baseline": "6e9492a38a7d5bfeeeaf80723fa821b42f3a26a8", "packages": ["mo2-cmake", "spdlog"] } ]