Skip to content

Commit f49da70

Browse files
committed
ci: Fix macOS (#16) (#606)
1 parent 4c814bd commit f49da70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/install/action.yml

+6
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ runs:
7575
echo "_R_CHECK_CRAN_INCOMING_USE_ASPELL_=true" | tee -a $GITHUB_ENV
7676
shell: bash
7777

78+
- name: Remove [email protected]
79+
if: runner.os == 'macOS'
80+
run: |
81+
brew uninstall [email protected]
82+
shell: bash
83+
7884
- uses: r-lib/actions/setup-pandoc@v2
7985

8086
- uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)