Skip to content

Commit

Permalink
ci: add toolchain package on msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Dec 14, 2024
1 parent 3924b2c commit 080d751
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 @@ -40,7 +40,7 @@ jobs:
with:
ruby-version: 3.2
- 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-toolchain mingw-w64-ucrt-x86_64-openblas mingw-w64-ucrt-x86_64-lapack
- name: Build and test with Rake
run: |
bundle config --local build.numo-tiny_linalg "--with-opt-lib=C:\msys64\ucrt64\lib --with-opt-include=C:\msys64\ucrt64\include\openblas"
Expand Down

0 comments on commit 080d751

Please sign in to comment.