Skip to content

Commit

Permalink
fix windows gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisChau committed Feb 23, 2024
1 parent 27c9eb0 commit fad7d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
if: runner.os == 'windows'
run: |
pacman -S mingw-w64-{i686,x86_64}-gsl
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 fad7d35

Please sign in to comment.