From 1a1e8144846b175a5858a92a68bc8e6279a549e4 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Wed, 2 Jun 2021 15:52:06 +0200 Subject: [PATCH] ci: Reporting installed msys2 packages When reproducing a build locally, it's important to be on the same release as the CI. So let's listi the installed packages so we can compare the two builds more easily. Signed-off-by: Erwan Velu --- ci/appveyor-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/appveyor-install.sh b/ci/appveyor-install.sh index 5f873a20..3137f39e 100755 --- a/ci/appveyor-install.sh +++ b/ci/appveyor-install.sh @@ -33,6 +33,7 @@ case "${DISTRO}" in mingw-w64-${PACKAGE_ARCH}-cunit \ mingw-w64-${PACKAGE_ARCH}-toolchain \ mingw-w64-${PACKAGE_ARCH}-lld + pacman.exe -Q # List installed packages ;; esac -- 2.25.1