]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
.github/workflows/windows.yml: Fix typo breaking the Windows CI
authorTomas Mraz <tomas@openssl.foundation>
Fri, 3 Apr 2026 16:04:21 +0000 (18:04 +0200)
committerTomas Mraz <tomas@openssl.foundation>
Sat, 4 Apr 2026 06:28:24 +0000 (08:28 +0200)
Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
MergeDate: Sat Apr  4 06:28:16 2026
(Merged from https://github.com/openssl/openssl/pull/30674)

(cherry picked from commit 8782e9a7ddc45e21ea02457b1db9c7791033b4a4)

.github/workflows/windows.yml

index 3ae12ae13f808ea078089ae0cd2788c9a0e9d20c..bd59b86aaec89508b60c26f6d5ef04e3fb95a31f 100644 (file)
@@ -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