From: Tomas Mraz Date: Fri, 3 Apr 2026 16:04:21 +0000 (+0200) Subject: .github/workflows/windows.yml: Fix typo breaking the Windows CI X-Git-Tag: openssl-4.0.0~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99f50faba8b2ea3cc9bf7174f5efbb7b9dbab6e1;p=thirdparty%2Fopenssl.git .github/workflows/windows.yml: Fix typo breaking the Windows CI Reviewed-by: Frederik Wedel-Heinen Reviewed-by: Nikola Pajkovsky Reviewed-by: Eugene Syromiatnikov MergeDate: Sat Apr 4 06:28:16 2026 (Merged from https://github.com/openssl/openssl/pull/30674) (cherry picked from commit 8782e9a7ddc45e21ea02457b1db9c7791033b4a4) --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3ae12ae13f8..bd59b86aaec 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -87,7 +87,7 @@ jobs: shell: cmd run: | call "${{ matrix.platform.vcvars }}" - perl ../util/checkplatformsyms.pl ../util/platform_symbols/windows-symbols.txt libcrypto-%OSSL_MAJOR%${{ matrix.platform.arch == 'amd64' && '-x64' || '' }}.dll ./libssl-%OSSL_MAJOR%${{ matrix.platform.arch == 'amd64' && '-x64' : '' }}.dll + perl ../util/checkplatformsyms.pl ../util/platform_symbols/windows-symbols.txt libcrypto-%OSSL_MAJOR%${{ matrix.platform.arch == 'amd64' && '-x64' || '' }}.dll ./libssl-%OSSL_MAJOR%${{ matrix.platform.arch == 'amd64' && '-x64' || '' }}.dll - name: test working-directory: _build shell: cmd