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 42a7954
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:
ruby-version: 3.2
bundler-cache: true
- name: Install BLAS and LAPACK
run: pacman -S --noconfirm mingw-w64-ucrt-x86_64-openblas mingw-w64-ucrt-x86_64-lapack
run: |
pacman -S --noconfirm mingw-w64-ucrt-x86_64-openblas mingw-w64-ucrt-x86_64-lapack
pacman -Qi mingw-w64-ucrt-x86_64-openblas
- name: Build
run: bundle exec rake compile
run: bundle exec rake compile -- --with-opt-dir="C:\msys64\ucrt64"
- name: Run test
run: bundle exec rake test
build-mac:
Expand Down

0 comments on commit 42a7954

Please sign in to comment.