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 fad7d35 commit db3c44f
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 @@ -68,6 +68,7 @@ jobs:
- name: Install gsl (windows)
if: runner.os == 'windows'
run: |
pacman -Sy
pacman -S mingw-w64-{i686,x86_64}-gsl
shell: C:\rtools43\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0}

Expand Down

0 comments on commit db3c44f

Please sign in to comment.