We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a7a35 commit d0e7791Copy full SHA for d0e7791
1 file changed
.github/workflows/release.yaml
@@ -94,6 +94,13 @@ jobs:
94
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
95
vcpkg install openssl:x64-windows-static-md
96
97
+ - target: aarch64-pc-windows-msvc
98
+ os: windows-11-arm
99
+ exe: ".exe"
100
+ install: |
101
+ echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
102
+ vcpkg install openssl:arm64-windows-static-md
103
+
104
runs-on: ${{ matrix.os }}
105
106
steps:
0 commit comments