Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a754b6

Browse files
authored
ci: Ignore errors when removing pkg-config on macOS (#41)
1 parent 31bfff0 commit 0a754b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
- name: Remove [email protected]
7979
if: runner.os == 'macOS'
8080
run: |
81-
brew uninstall [email protected]
81+
brew uninstall [email protected] || true
8282
shell: bash
8383

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

0 commit comments

Comments
 (0)