Skip to content

Commit

Permalink
fix msys2 package dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ndim committed Nov 18, 2022
1 parent 5954882 commit 7563009
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7563009

Please sign in to comment.