Skip to content

Commit

Permalink
ci: installing exiftool
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Hinderberger committed Jun 6, 2024
1 parent ec21f05 commit 72c7688
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
name: unit-tests
runs-on: ubuntu-latest
steps:
- name: Install prerequisites
shell: bash
run: sudo apt install libimage-exiftool-perl

- name: Run go ${{ env.go_version }}
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 72c7688

Please sign in to comment.