Skip to content

Commit

Permalink
use scoop instead of winget
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Oct 31, 2024
1 parent 50d1eee commit 3fc848b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@ jobs:
uses: woss/exiftool-action@v12.92
if: matrix.os != 'windows-latest'

- name: Install winget
uses: Cyberboss/install-winget@v1
if: matrix.os == 'windows-latest'

- name: Install Exiftool
run: winget install exiftool --disable-interactivity --accept-source-agreements
- uses: MinoruSekine/setup-scoop@v4.0.1
with:
apps: exiftool
if: matrix.os == 'windows-latest'

- name: Set up gotestfmt
Expand Down

0 comments on commit 3fc848b

Please sign in to comment.