Skip to content

Commit

Permalink
removed last iteration, added homebrew envronment debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMShea committed Dec 12, 2024
1 parent 4a974a1 commit 1eadfaf
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/slack-notify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,14 @@ jobs:
- run: tlmgr --version


- name: Print Homebrew Environment Variables
- name: Debug Homebrew Environment
if: runner.os == 'macOS'
run: |
echo "HOMEBREW_PREFIX: $(brew --prefix)"
echo "HOMEBREW_CELLAR: $(brew --cellar)"
- name: Set Homebrew Prefix
if: runner.os == 'macOS'
run: echo "HOMEBREW_PREFIX=/opt/homebrew" >> $GITHUB_ENV

- name: Initialize Homebrew
if: runner.os == 'macOS'
run: |
eval "$(/opt/homebrew/bin/brew shellenv)"
brew update
echo "HOMEBREW_PREFIX: $HOMEBREW_PREFIX"
brew --prefix
brew config
which pkg-config
which ghostscript
- name: Install Ghostscript on Windows
Expand Down

0 comments on commit 1eadfaf

Please sign in to comment.