Skip to content

Commit

Permalink
ci: change to global from local
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Dec 14, 2024
1 parent 3924b2c commit 18fd4b4
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 @@ -43,7 +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: |
bundle config --local build.numo-tiny_linalg "--with-opt-lib=C:\msys64\ucrt64\lib --with-opt-include=C:\msys64\ucrt64\include\openblas"
bundle config --global build.numo-tiny_linalg "--with-opt-lib=C:\msys64\ucrt64\lib --with-opt-include=C:\msys64\ucrt64\include\openblas"
bash rumale-test.sh
build-mac:
Expand Down

0 comments on commit 18fd4b4

Please sign in to comment.