From 7c408dbd1ed45fb6b838369a261a09ae3d77a617 Mon Sep 17 00:00:00 2001 From: yoshoku Date: Sat, 14 Dec 2024 21:37:50 +0900 Subject: [PATCH] chore: output include directory --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de920b15..2c222fec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 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