Update windows-x86-x64.yml

This commit is contained in:
TheTank20
2025-07-09 16:04:20 -05:00
committed by GitHub
parent 8c98a3d173
commit c0aca723b8

View File

@@ -69,7 +69,7 @@ jobs:
key: openssl-1.1.1-${{ matrix.arch }}-${{ hashFiles('**/CMakeLists.txt') }} key: openssl-1.1.1-${{ matrix.arch }}-${{ hashFiles('**/CMakeLists.txt') }}
- name: Setup MSYS2 - name: Setup MSYS2
if: steps.cache-openssl-32.outputs.cache-hit != 'true' && steps.cache-openssl-64.outputs.cache-hit != 'true' if: steps.cache-openssl.outputs.cache-hit != 'true'
uses: msys2/setup-msys2@v2 uses: msys2/setup-msys2@v2
with: with:
msystem: ${{ matrix.arch == 'x86' && 'MINGW32' || 'MINGW64' }} msystem: ${{ matrix.arch == 'x86' && 'MINGW32' || 'MINGW64' }}
@@ -82,7 +82,7 @@ jobs:
git git
- name: Checkout and Compile OpenSSL 1.1.1 - name: Checkout and Compile OpenSSL 1.1.1
if: steps.cache-openssl-32.outputs.cache-hit != 'true' if: steps.cache-openssl.outputs.cache-hit != 'true'
shell: msys2 {0} shell: msys2 {0}
run: | run: |
# Clone UMSKT's OpenSSL fork # Clone UMSKT's OpenSSL fork