Skip to content

Commit

Permalink
test windows actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisChau committed Mar 21, 2024
1 parent 4358012 commit 39895fc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
config:
# - {os: macOS-latest, r: 'devel'}
# - {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'devel', rtools: '44'}
- {os: windows-latest, r: 'devel', rtools: '44', http-user-agent: 'release'}
- {os: windows-latest, r: 'release', rtools: '43'}
- {os: windows-latest, r: 'oldrel', rtools: '42'}
# - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
Expand All @@ -46,7 +46,9 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
RTOOLS43_HOME: C:\rtools${{ matrix.config.rtools }}
RTOOLS42_HOME: C:\rtools42
RTOOLS43_HOME: C:\rtools43
RTOOLS44_HOME: C:\rtools44

steps:
- name: Configure git
Expand All @@ -73,7 +75,7 @@ jobs:
run: |
pacman -Sy --noconfirm
pacman -S --noconfirm mingw-w64-{i686,x86_64}-gsl
shell: C:\rtools${{ matrix.config.rtools }}\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0}
shell: bash

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

0 comments on commit 39895fc

Please sign in to comment.