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

Skip to content

Commit d40bc40

Browse files
authored
ci: Fix macOS (#16) (#37)
1 parent 3919bd8 commit d40bc40

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)