Skip to content

Commit 7563009

Browse files
committed
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.
1 parent 5954882 commit 7563009

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

Diff for: .github/workflows/ccpp.yml

+5-9
Original file line numberDiff line numberDiff line change
@@ -178,20 +178,16 @@ jobs:
178178
update: true
179179
install: >-
180180
git
181-
autoconf
182-
automake
183-
gettext-devel
184-
libtool
185-
make
186-
pkgconf
187-
msys2-w32api-headers
188-
msys2-w32api-runtime
189181
pacboy:
190-
gcc:p
182+
autotools:p
183+
cc:p
191184
curl:p
192185
libexif:p
193186
libgd:p
187+
libiconv:p
188+
libjpeg:p
194189
libltdl:p
190+
libsystre:p
195191
libusb:p
196192
libxml2:p
197193

0 commit comments

Comments
 (0)