Skip to content

Commit

Permalink
ci: Fix macOS (#16) (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Nov 24, 2024
1 parent 1276091 commit 089cd3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ runs:
echo "_R_CHECK_CRAN_INCOMING_USE_ASPELL_=true" | tee -a $GITHUB_ENV
shell: bash

- name: Remove pkg-config@0.29.2
if: runner.os == 'macOS'
run: |
brew uninstall pkg-config@0.29.2
shell: bash

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 089cd3f

Please sign in to comment.