Skip to content

Commit

Permalink
fix gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisChau committed Mar 2, 2024
1 parent 1cfde0e commit 8d901f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
RTOOLS43_HOME: 'C:\rtools43'


steps:
- name: Configure git
run: git config --global core.autocrlf false
Expand All @@ -71,7 +70,7 @@ jobs:
run: |
pacman -Sy --noconfirm
pacman -S --noconfirm mingw-w64-{i686,x86_64}-gsl
shell: ${{ RTOOLS43_HOME }}\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0}
shell: C:\rtools43\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0}

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

0 comments on commit 8d901f0

Please sign in to comment.