diff options
Diffstat (limited to '.github/workflows/windows_comp.yml')
-rw-r--r-- | .github/workflows/windows_comp.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/windows_comp.yml b/.github/workflows/windows_comp.yml index abcc0ad019..a75451669a 100644 --- a/.github/workflows/windows_comp.yml +++ b/.github/workflows/windows_comp.yml @@ -53,6 +53,9 @@ jobs: 7z.exe x coreinfo/Coreinfo.zip ./Coreinfo64.exe -accepteula -f ./apps/openssl.exe version -c + - name: Check platform symbol usage + run: | + perl ./util/checkplatformsyms.pl ./util/platform_symbols/windows-symbols.txt libcrypto-3-x64.dll ./libssl-3-x64.dll - name: test working-directory: _build run: | |