Skip to content

Commit

Permalink
GHA: setup-r: Update inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbadr committed Apr 22, 2024
1 parent e8b29fc commit eab3c1c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,15 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.r }}
rtools-version: '42'
rtools-version: ''
Ncpus: '1'
remove-openmp-macos: true
http-user-agent: 'default'
install-r: true
windows-path-include-rtools: true
windows-path-include-mingw: true
update-rtools: true
use-public-rspm: true
update-rtools: false
use-public-rspm: false
extra-repositories: ''

- name: Set up Pandoc
Expand Down

0 comments on commit eab3c1c

Please sign in to comment.