ci: Reporting installed msys2 packages
[fio.git] / ci / appveyor-install.sh
index c73e4cb53b814d3777efe612fb30748613ef00c6..3137f39ebe91424dc5cfbfc23d002796dc31cf1a 100755 (executable)
@@ -31,7 +31,9 @@ case "${DISTRO}" in
         pacman.exe --noconfirm -S \
             mingw-w64-${PACKAGE_ARCH}-clang \
             mingw-w64-${PACKAGE_ARCH}-cunit \
+            mingw-w64-${PACKAGE_ARCH}-toolchain \
             mingw-w64-${PACKAGE_ARCH}-lld
+        pacman.exe -Q # List installed packages
         ;;
 esac