mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-10 20:25:12 +02:00
Update windows-arm.yml
This commit is contained in:
4
.github/workflows/windows-arm.yml
vendored
4
.github/workflows/windows-arm.yml
vendored
@@ -93,7 +93,7 @@ jobs:
|
|||||||
perl Configure $vcTarget no-shared no-asm no-engine --prefix="$env:GITHUB_WORKSPACE/OpenSSL-MSVC-${{ matrix.arch }}"
|
perl Configure $vcTarget no-shared no-asm no-engine --prefix="$env:GITHUB_WORKSPACE/OpenSSL-MSVC-${{ matrix.arch }}"
|
||||||
|
|
||||||
# Build using MSVC ARM32 tools
|
# Build using MSVC ARM32 tools
|
||||||
cmd /c "call `"$vcvarsall`" amd64_arm && nmake && nmake install_sw"
|
cmd /c "call `"$vcvarsall`" ${{arch_compilename}} && nmake && nmake install_sw"
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: Save OpenSSL Binaries
|
- name: Save OpenSSL Binaries
|
||||||
@@ -106,7 +106,7 @@ jobs:
|
|||||||
- name: Set OpenSSL Environment
|
- name: Set OpenSSL Environment
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
echo "OPENSSL_ROOT=$env:GITHUB_WORKSPACE/openssl-install" | Out-File -FilePath $env:GITHUB_ENV -Append
|
echo "OPENSSL_ROOT=$env:GITHUB_WORKSPACE/OpenSSL-MSVC-${{ matrix.arch }}" | Out-File -FilePath $env:GITHUB_ENV -Append
|
||||||
echo "OPENSSL_LIBDIR=lib" | Out-File -FilePath $env:GITHUB_ENV -Append
|
echo "OPENSSL_LIBDIR=lib" | Out-File -FilePath $env:GITHUB_ENV -Append
|
||||||
|
|
||||||
- name: Configure UMSKT
|
- name: Configure UMSKT
|
||||||
|
|||||||
Reference in New Issue
Block a user