mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-19 16:26:49 +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
|
- name: Checkout and Compile OpenSSL v1.1.1
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$opensslVersion = "1.1.1w"
|
git clone https://github.com/UMSKT/openssl --branch OpenSSL_1_1_1-stable --depth 1 openssl-src
|
||||||
$opensslDir = "openssl-src"
|
cd 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
|
|
||||||
|
|
||||||
# Install Perl if needed
|
# Install Perl if needed
|
||||||
choco install strawberryperl -y
|
choco install strawberryperl -y
|
||||||
|
|||||||
Reference in New Issue
Block a user