Skip to content

Commit

Permalink
ci: add with-opt-dir option on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Jan 14, 2024
1 parent 6da13d3 commit f2a4e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install BLAS and LAPACK
run: pacman -S --noconfirm mingw-w64-ucrt-x86_64-openblas mingw-w64-ucrt-x86_64-lapack
- name: Build
run: bundle exec rake compile
run: bundle exec rake compile -- --with-opt-lib="C:\msys64\ucrt64\lib" --with-opt-include="C:\msys64\ucrt64\include\openblas"
- name: Run test
run: bundle exec rake test
build-mac:
Expand Down

0 comments on commit f2a4e75

Please sign in to comment.