Skip to content

Commit 216f274

Browse files
Setting openssl commit version
1 parent b9fdf5c commit 216f274

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Windows-pack.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
QTDIR: ${{ github.workspace }}\build\Qt\${{ matrix.qt_ver }}\${{ matrix.config.qt_arch_install }}\
2727
# 2022.06.15.1
2828
# VCPKG_VERSION: cef0b3ec767df6e83806899fe9525f6cf8d7bc91
29+
VCPKG_VERSION: d83f4e9e56bf30ee7417effac3a30ffe74979f80
2930
VCPKG_PACKAGES: openssl
3031
OPENSSL_ROOT_DIR: ${{ github.workspace }}\vcpkg\installed\${{ matrix.config.vcpkg_triplet }}\
3132
strategy:
@@ -86,7 +87,7 @@ jobs:
8687
vcpkgArguments: ${{env.VCPKG_PACKAGES}}
8788
vcpkgDirectory: '${{ github.workspace }}\vcpkg'
8889
appendedCacheKey: ${{ matrix.config.vcpkg_triplet }}
89-
# vcpkgGitCommitId: ${{ env.VCPKG_VERSION }}
90+
vcpkgGitCommitId: ${{ env.VCPKG_VERSION }}
9091
vcpkgTriplet: ${{ matrix.config.vcpkg_triplet }}
9192

9293
- name: Cache Qt

0 commit comments

Comments
 (0)