Skip to content

Commit

Permalink
CI: trying to avoid rtools44
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa authored Oct 21, 2024
1 parent 526bdf9 commit 8c11cfc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
with:
r-version: ${{ matrix.config.r }}
rtools-version: '43'
- name: Set path for rtoools43
if: runner.os == 'Windows'
run: |
"PATH=C:/rtools43/usr/bin;C:/rtools43/mingw_64/bin:$PATH" >> $GITHUB_ENV
- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -46,7 +50,7 @@ jobs:

- name: Cache R packages
if: runner.os != 'Windows'
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
Expand Down

0 comments on commit 8c11cfc

Please sign in to comment.