Skip to content

Commit

Permalink
ci: add step to install ExifTool in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simulot committed Nov 24, 2024
1 parent b55447a commit 6ac70c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
go-version-file: "go.mod"
cache-dependency-path: "go.sum"

- name: Install ExifTool
run: sudo apt-get install -y exiftool

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit 6ac70c2

Please sign in to comment.