mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-08 11:15:14 +02:00
Update windows-x86-x64.yml
This commit is contained in:
4
.github/workflows/windows-x86-x64.yml
vendored
4
.github/workflows/windows-x86-x64.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user