Skip to content

Commit

Permalink
chore: output include directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Dec 14, 2024
1 parent 3924b2c commit e2abcc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: pacman -S --noconfirm mingw-w64-ucrt-x86_64-openblas mingw-w64-ucrt-x86_64-lapack
- name: Build and test with Rake
run: |
ls -1 /c/msys64/ucrt64/include/openblas
bundle config --local build.numo-tiny_linalg "--with-opt-lib=C:\msys64\ucrt64\lib --with-opt-include=C:\msys64\ucrt64\include\openblas"
bash rumale-test.sh
Expand Down

0 comments on commit e2abcc2

Please sign in to comment.