Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bfff0 commit 0a754b6Copy full SHA for 0a754b6
.github/workflows/install/action.yml
@@ -78,7 +78,7 @@ runs:
78
- name: Remove [email protected]
79
if: runner.os == 'macOS'
80
run: |
81
- brew uninstall [email protected]
+ brew uninstall [email protected] || true
82
shell: bash
83
84
- uses: r-lib/actions/setup-pandoc@v2
0 commit comments