Skip to content

Commit

Permalink
ci: add pacman command on windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Jan 14, 2024
1 parent 1a5dc16 commit 6a6747f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
with:
ruby-version: 3.2
bundler-cache: true
- name: Install BLAS and LAPACK
run: pacman -Sy mingw-w64-openblas mingw-w64-lapack
- name: Build
run: |
bundle exec rake compile
which gfortran
- name: Cache OpenBLAS
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 6a6747f

Please sign in to comment.