Skip to content

Commit

Permalink
chore: Update Homebrew packages
Browse files Browse the repository at this point in the history
This commit updates the Homebrew packages in the macOS workflow. It includes upgrading Homebrew itself and installing the latest versions of p7zip, rar, ghostscript, and imagemagick.

Note: Please remove any meta information like issue references, tags, or author names from the commit message.
  • Loading branch information
ewilan-riviere committed Jul 28, 2024
1 parent 8874af4 commit 9ef9d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew update
brew upgrade
brew install p7zip rar ghostscript
brew install imagemagick
shell: bash
Expand Down

0 comments on commit 9ef9d0a

Please sign in to comment.