Skip to content

Commit 0ce1942

Browse files
committed
Should not need this
1 parent a22e904 commit 0ce1942

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- {os: windows-latest, r: 'release'}
2929
# use 4.0 or 4.1 to check with rtools40's older compiler
30-
- {os: windows-latest, r: 'oldrel-4'}
30+
- {os: windows-latest, r: 'oldrel-3'}
3131

3232
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
3333
- {os: ubuntu-latest, r: 'release'}
@@ -56,12 +56,6 @@ jobs:
5656
extra-packages: any::rcmdcheck
5757
needs: check
5858

59-
- name: Install Windows specific dependencies # needed for Rtools 4.0 on Windows
60-
if: runner.os == 'Windows'
61-
run: |
62-
pacman -Syu mingw-w64-i686-libwebp --noconfirm
63-
pacman -Syu mingw-w64-x86_64-libwebp --noconfirm
64-
6559
- uses: r-lib/actions/check-r-package@v2
6660
with:
6761
upload-snapshots: true

0 commit comments

Comments
 (0)