From 75630093ee03631e31fa74c5924dc228cbb9ed4f Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 18 Nov 2022 21:27:47 +0100 Subject: [PATCH] fix msys2 package dependencies Install the msys2's libgphoto2 requirement list, use cc instead of gcc to allow for clang, rely on the autotools:p package to pull in all the required packages. --- .github/workflows/ccpp.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index d5a2cdf189..c6f87c48ef 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -178,20 +178,16 @@ jobs: update: true install: >- git - autoconf - automake - gettext-devel - libtool - make - pkgconf - msys2-w32api-headers - msys2-w32api-runtime pacboy: - gcc:p + autotools:p + cc:p curl:p libexif:p libgd:p + libiconv:p + libjpeg:p libltdl:p + libsystre:p libusb:p libxml2:p