Skip to content

Commit

Permalink
ci: add wit-opt-dir option on Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Aug 14, 2023
1 parent ee2c48f commit cba03e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
- name: Install OpenBLAS
run: pacman --noconfirm -S mingw-w64-x86_64-openblas
- name: Build and test with Rake
run: bundle exec rake
run: |
rake compile -- --with-opt-dir=C:\Ruby32-x64\msys64\mingw64
bundle exec rake test

0 comments on commit cba03e8

Please sign in to comment.