mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +08:00
Fix openssl cache
This commit is contained in:
parent
c29705a74a
commit
1fac0e3465
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -157,7 +157,7 @@ jobs:
|
|||||||
if: matrix.platform == 'windows-latest' && matrix.qt_version != '6.2.12'
|
if: matrix.platform == 'windows-latest' && matrix.qt_version != '6.2.12'
|
||||||
uses: actions/cache@v4.2.3
|
uses: actions/cache@v4.2.3
|
||||||
with:
|
with:
|
||||||
path: ${{ env.VCPKG_ROOT }}/installed/x64-mingw-static
|
path: ${{ env.VCPKG_INSTALLATION_ROOT }}/installed/x64-mingw-static
|
||||||
key: OpenSSLCache-${{ matrix.platform }}-${{ matrix.target }}
|
key: OpenSSLCache-${{ matrix.platform }}-${{ matrix.target }}
|
||||||
- name: Install OpenSSL (Windows)
|
- name: Install OpenSSL (Windows)
|
||||||
if: matrix.platform == 'windows-latest' && steps.cache-openssl.outputs.cache-hit != 'true' && matrix.qt_version != '6.2.12'
|
if: matrix.platform == 'windows-latest' && steps.cache-openssl.outputs.cache-hit != 'true' && matrix.qt_version != '6.2.12'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user