Skip to content

Commit

Permalink
Install exiftool
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-hampton committed Jan 11, 2024
1 parent cf4c9dd commit f0b4304
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
./configure
make all install
ln -sf /opt/lib/* $LD_LIBRARY_PATH
- name: Install exiftool
run: |
sudo apt install libimage-exiftool-perl -y
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f0b4304

Please sign in to comment.