Skip to content

Commit

Permalink
Setting openssl commit version
Browse files Browse the repository at this point in the history
  • Loading branch information
godismyjudge95 committed Feb 28, 2024
1 parent b9fdf5c commit 216f274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Windows-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
QTDIR: ${{ github.workspace }}\build\Qt\${{ matrix.qt_ver }}\${{ matrix.config.qt_arch_install }}\
# 2022.06.15.1
# VCPKG_VERSION: cef0b3ec767df6e83806899fe9525f6cf8d7bc91
VCPKG_VERSION: d83f4e9e56bf30ee7417effac3a30ffe74979f80
VCPKG_PACKAGES: openssl
OPENSSL_ROOT_DIR: ${{ github.workspace }}\vcpkg\installed\${{ matrix.config.vcpkg_triplet }}\
strategy:
Expand Down Expand Up @@ -86,7 +87,7 @@ jobs:
vcpkgArguments: ${{env.VCPKG_PACKAGES}}
vcpkgDirectory: '${{ github.workspace }}\vcpkg'
appendedCacheKey: ${{ matrix.config.vcpkg_triplet }}
# vcpkgGitCommitId: ${{ env.VCPKG_VERSION }}
vcpkgGitCommitId: ${{ env.VCPKG_VERSION }}
vcpkgTriplet: ${{ matrix.config.vcpkg_triplet }}

- name: Cache Qt
Expand Down

0 comments on commit 216f274

Please sign in to comment.