Skip to content

Commit

Permalink
try something else for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed May 18, 2024
1 parent 6bb8895 commit e49efc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install fftw3 on Windows
if: runner.os == 'Windows'
run: choco install fftw3
run: pacman -Syu mingw-w64-x86_64-fftw --noconfirm

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

0 comments on commit e49efc9

Please sign in to comment.