We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bfff0 commit 0a754b6Copy full SHA for 0a754b6
.github/workflows/install/action.yml
@@ -78,7 +78,7 @@ runs:
78
- name: Remove pkg-config@0.29.2
79
if: runner.os == 'macOS'
80
run: |
81
- brew uninstall pkg-config@0.29.2
+ brew uninstall pkg-config@0.29.2 || true
82
shell: bash
83
84
- uses: r-lib/actions/setup-pandoc@v2
0 commit comments