Skip to content

Commit

Permalink
CI: Trying again to get rtools43
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa authored Oct 21, 2024
1 parent 2c8e263 commit bdcd42e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,16 @@ jobs:
with:
r-version: ${{ matrix.config.r }}
rtools-version: '43'

- name: Set path for rtoools43 on Windows
if: runner.os == 'Windows'
run: echo "C:\\rtools43\\usr\\bin" >> $GITHUB_PATH

- name: Verify RTools version on Windows
if: runner.os == 'Windows'
run: |
echo "PATH=C:\\rtools43\\usr\\bin;C:\\rtools43\\bin" >> $GITHUB_PATH
system('gcc --version')
shell: Rscript {0}

- uses: r-lib/actions/setup-pandoc@v2

Expand Down

0 comments on commit bdcd42e

Please sign in to comment.