We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f9069 commit a2f2b5cCopy full SHA for a2f2b5c
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -41,20 +41,6 @@ jobs:
41
# install full prebuilt version
42
TINYTEX_INSTALLER: TinyTeX
43
44
- - name: Install Ghostscript on Linux
45
- if: runner.os == 'Linux'
46
- run: sudo DEBIAN_FRONTEND=noninteractive apt-get install --yes ghostscript
47
-
48
- - name: Install Ghostscript on Windows
49
- if: runner.os == 'Windows'
50
- run: |
51
- # Set up chocolatey profile so that refreshenv is an powershell alias
52
- $env:ChocolateyInstall = Convert-Path "$((Get-Command choco).Path)\..\.."
53
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
54
- # Install ghostscript and update env
55
- choco install ghostscript --no-progress
56
- refreshenv
57
58
- uses: r-lib/actions/setup-r@v2
59
with:
60
r-version: ${{ matrix.config.r }}
0 commit comments