Skip to content

Commit bb16697

Browse files
committed
Update the checking workflow: add a library to check tcltk on macOS
1 parent 9228622 commit bb16697

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
http-user-agent: ${{ matrix.config.http-user-agent }}
4343
use-public-rspm: true
4444

45+
- name: Install libraries for macOS
46+
if: runner.os == 'macOS'
47+
run: |
48+
brew install xquartz
49+
4550
- uses: r-lib/actions/setup-r-dependencies@v2
4651
with:
4752
pak-version: devel

0 commit comments

Comments
 (0)