Skip to content

Commit

Permalink
reorder script, post ghostscript install
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMShea committed Dec 12, 2024
1 parent 1eadfaf commit 7a6923a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/slack-notify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,6 @@ jobs:
- run: tlmgr --version


- name: Debug Homebrew Environment
if: runner.os == 'macOS'
run: |
echo "HOMEBREW_PREFIX: $HOMEBREW_PREFIX"
brew --prefix
brew config
which pkg-config
which ghostscript
- name: Install Ghostscript on Windows
if: runner.os == 'Windows'
run: choco install ghostscript --no-progress
Expand All @@ -76,6 +66,14 @@ jobs:
if: runner.os == 'Linux'
run: sudo apt-get install -y ghostscript

- name: Debug Homebrew Environment
if: runner.os == 'macOS'
run: |
echo "HOMEBREW_PREFIX: $HOMEBREW_PREFIX"
brew --prefix
brew config
which pkg-config
which ghostscript
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 7a6923a

Please sign in to comment.