[CI] Check runtime dependencies

This commit is contained in:
Mehdi Chinoune
2022-02-20 11:02:09 +01:00
parent 08a1d6e16b
commit 51e1982d72
2 changed files with 29 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ jobs:
shell: msys2 {0}
id: build
run: |
pacman -S --noconfirm ${MINGW_PACKAGE_PREFIX}-ntldd
cd /C/_
if [[ "$MSYSTEM" != "${{ matrix.msystem }}" ]]; then
MSYSTEM=${{ matrix.msystem }}