Skip to content

Commit

Permalink
Everything builds...one last attempt at macOS homebrew error in GH ac…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
JustinMShea committed Dec 12, 2024
1 parent c8c7a7c commit 3497575
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/slack-notify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,17 @@ jobs:
- run: tlmgr --version


- name: Ensure macOS pkgconf is installed
- name: Print Homebrew Environment Variables
if: runner.os == 'macOS'
run: |
if ! brew list pkgconf &>/dev/null; then
brew install pkgconf
else
echo "pkgconf is already installed."
fi
echo "HOMEBREW_PREFIX: $(brew --prefix)"
echo "HOMEBREW_CELLAR: $(brew --cellar)"
- name: Update Homebrew and Reinstall pkg-config
if: runner.os == 'macOS'
run: |
brew update
brew reinstall pkg-config
- name: Install Ghostscript on Windows
Expand Down

0 comments on commit 3497575

Please sign in to comment.