Skip to content

Commit

Permalink
try identifying pkg-config and including it as an extra package in rl…
Browse files Browse the repository at this point in the history
…ib-setup
  • Loading branch information
JustinMShea committed Dec 12, 2024
1 parent 7a6923a commit 6c37d51
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/slack-notify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,11 @@ jobs:
if: runner.os == 'Linux'
run: sudo apt-get install -y ghostscript

- name: Debug Homebrew Environment
- name: Verify pkg-config
if: runner.os == 'macOS'
run: |
echo "HOMEBREW_PREFIX: $HOMEBREW_PREFIX"
brew --prefix
brew config
which pkg-config
which ghostscript
pkg-config --version
pkg-config --cflags --libs zlib
- uses: r-lib/actions/setup-r@v2
with:
Expand All @@ -83,6 +80,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck
extra-packages: pkg-config
- uses: r-lib/actions/check-r-package@v2


Expand Down

0 comments on commit 6c37d51

Please sign in to comment.