We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fdf5c commit 216f274Copy full SHA for 216f274
.github/workflows/Windows-pack.yml
@@ -26,6 +26,7 @@ jobs:
26
QTDIR: ${{ github.workspace }}\build\Qt\${{ matrix.qt_ver }}\${{ matrix.config.qt_arch_install }}\
27
# 2022.06.15.1
28
# VCPKG_VERSION: cef0b3ec767df6e83806899fe9525f6cf8d7bc91
29
+ VCPKG_VERSION: d83f4e9e56bf30ee7417effac3a30ffe74979f80
30
VCPKG_PACKAGES: openssl
31
OPENSSL_ROOT_DIR: ${{ github.workspace }}\vcpkg\installed\${{ matrix.config.vcpkg_triplet }}\
32
strategy:
@@ -86,7 +87,7 @@ jobs:
86
87
vcpkgArguments: ${{env.VCPKG_PACKAGES}}
88
vcpkgDirectory: '${{ github.workspace }}\vcpkg'
89
appendedCacheKey: ${{ matrix.config.vcpkg_triplet }}
- # vcpkgGitCommitId: ${{ env.VCPKG_VERSION }}
90
+ vcpkgGitCommitId: ${{ env.VCPKG_VERSION }}
91
vcpkgTriplet: ${{ matrix.config.vcpkg_triplet }}
92
93
- name: Cache Qt
0 commit comments