Skip to content

Commit

Permalink
ci: Ignore errors when removing pkg-config on macOS (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Nov 27, 2024
1 parent d4effa1 commit 53540e1
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 53540e1

Please sign in to comment.