Merge pull request #10821 from MehdiChinoune/runtime-deps

[CI] Check runtime dependencies
This commit is contained in:
Christoph Reiter
2022-03-14 08:41:58 +01:00
committed by GitHub
2 changed files with 43 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 }}