Skip to content

Commit

Permalink
Add 7z path check in macOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Mar 8, 2024
1 parent c3153e3 commit 4559662
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
brew install rar
brew install ghostscript
brew install imagemagick
shell: bash

- name: Check 7z path
continue-on-error: true
run: |
which 7z
shell: bash

Expand Down

0 comments on commit 4559662

Please sign in to comment.