mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-18 16:05:12 +02:00
Update windows-arm.yml
This commit is contained in:
10
.github/workflows/windows-arm.yml
vendored
10
.github/workflows/windows-arm.yml
vendored
@@ -63,14 +63,8 @@ jobs:
|
||||
- name: Checkout and Compile OpenSSL v1.1.1
|
||||
shell: pwsh
|
||||
run: |
|
||||
$opensslVersion = "1.1.1w"
|
||||
$opensslDir = "openssl-src"
|
||||
|
||||
# Download OpenSSL source
|
||||
Invoke-WebRequest -Uri "https://www.openssl.org/source/openssl-$opensslVersion.tar.gz" -OutFile "openssl.tar.gz"
|
||||
tar -xf openssl.tar.gz
|
||||
Rename-Item -Path "openssl-$opensslVersion" -NewName $opensslDir
|
||||
cd $opensslDir
|
||||
git clone https://github.com/UMSKT/openssl --branch OpenSSL_1_1_1-stable --depth 1 openssl-src
|
||||
cd openssl-src
|
||||
|
||||
# Install Perl if needed
|
||||
choco install strawberryperl -y
|
||||
|
||||
Reference in New Issue
Block a user