... | ... |
@@ -36,7 +36,11 @@ jobs: |
36 | 36 |
with: |
37 | 37 |
r-version: ${{ matrix.config.r }} |
38 | 38 |
http-user-agent: ${{ matrix.config.http-user-agent }} |
39 |
- use-public-rspm: true |
|
39 |
+ use-public-rspm: false |
|
40 |
+ |
|
41 |
+ - name: Install XQuartz on macOS |
|
42 |
+ if: runner.os == 'macOS' |
|
43 |
+ run: brew install xquartz --cask |
|
40 | 44 |
|
41 | 45 |
- uses: r-lib/actions/setup-r-dependencies@v1 |
42 | 46 |
with: |