Skip to content

Commit 59c1dbf

Browse files
committed
update exiftool dl location
1 parent 6627bcd commit 59c1dbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Install Exiftool
1818
run: |
19-
wget https://exiftool.org/Image-ExifTool-13.59.tar.gz
19+
wget https://sourceforge.net/projects/exiftool/files/Image-ExifTool-13.59.tar.gz/download -O Image-ExifTool-13.59.tar.gz
2020
gzip -dc Image-ExifTool-13.59.tar.gz | tar -xf -
2121
cd Image-ExifTool-13.59
2222
perl Makefile.PL

0 commit comments

Comments
 (0)