Skip to content

Commit

Permalink
ci: Update macOS installation to avoid failures (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Dec 13, 2024
1 parent c0bc099 commit 86977c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ runs:
- name: Remove pkg-config@0.29.2
if: runner.os == 'macOS'
run: |
brew uninstall pkg-config@0.29.2
brew uninstall pkg-config@0.29.2 || true
shell: bash

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

0 comments on commit 86977c6

Please sign in to comment.