Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed May 20, 2024
1 parent 95e3bf3 commit 1604df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
if: runner.os == 'Windows'
run: |
pacman -Syu mingw-w64-x86_64-fftw mingw-w64-x86_64-openmp --noconfirm
export CPPFLAGS="-I/mingw64/lib ${CPPFLAGS}"
export LDFLAGS="-L/mingw64/bin $LDFLAGS"
set CPPFLAGS=-I/mingw64/lib %CPPFLAGS%
set LDFLAGS=-L/mingw64/bin %LDFLAGS%
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 1604df8

Please sign in to comment.