Skip to content

Commit a2f2b5c

Browse files
committed
Remove GS workaround
1 parent 48f9069 commit a2f2b5c

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,6 @@ jobs:
4141
# install full prebuilt version
4242
TINYTEX_INSTALLER: TinyTeX
4343

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-
5844
- uses: r-lib/actions/setup-r@v2
5945
with:
6046
r-version: ${{ matrix.config.r }}

0 commit comments

Comments
 (0)