Skip to content

Commit

Permalink
Add libgphoto2 to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed Jul 31, 2024
1 parent 3c47733 commit 6177fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- id: INSTALL_MACFUSE
run: brew install --cask macfuse
- id: INSTALL_ADDITIONAL_BUILD_DEPENDENCIES
run: brew install bash findutils coreutils rsync librsync openssl imagemagick ffmpeg exiv2 gawk gnu-sed gnu-tar
run: brew install bash findutils coreutils rsync libgphoto2 librsync openssl imagemagick ffmpeg exiv2 gawk gnu-sed gnu-tar
- id: CONFIGURE
run: ./configure --disable-fuse
- id: CHECK
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update
- run: sudo apt-get install pkg-config fuse libfuse-dev librsync-dev libexiv2-dev libavformat-dev libmagickcore-dev libmagick++-dev
- run: sudo apt-get install pkg-config fuse libfuse-dev libgphoto2-dev librsync-dev libexiv2-dev libavformat-dev libmagickcore-dev libmagick++-dev
- run: |
sudo modprobe fuse
sudo chmod 666 /dev/fuse
Expand Down

0 comments on commit 6177fc6

Please sign in to comment.