Skip to content

Commit

Permalink
ci: fix rtools version issue on the check workflow (prep for R 4.4 re…
Browse files Browse the repository at this point in the history
…lease) (#936)
  • Loading branch information
eitsupi authored Mar 18, 2024
1 parent 93b45d6 commit 26f51d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
matrix:
config:
- { os: macos-14, r: "release" }
- { os: windows-latest, r: "devel", rtools-version: "43" }
- { os: windows-latest, r: "release", rtools-version: "" }
- { os: windows-latest, r: "devel" }
- { os: windows-latest, r: "release" }
- { os: ubuntu-latest, r: "devel", http-user-agent: "release" }
- { os: ubuntu-latest, r: "release" }
- { os: ubuntu-latest, r: "oldrel-1" }
Expand Down Expand Up @@ -98,7 +98,6 @@ jobs:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
rtools-version: ${{ matrix.config.rtools-version }}
Ncpus: 2

- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down

0 comments on commit 26f51d4

Please sign in to comment.