Skip to content

Commit

Permalink
ci: fix pacman command
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Jan 14, 2024
1 parent aa9b9d3 commit 75bcc93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
ruby-version: 3.2
bundler-cache: true
- name: Install BLAS and LAPACK
run: pacman -Sy mingw-w64-openblas mingw-w64-lapack
run: |
pacman -Syy
pacman -S mingw-w64-ucrt-x86_64-openblas mingw-w64-ucrt-x86_64-lapack
- name: Build
run: |
bundle exec rake compile
Expand Down

0 comments on commit 75bcc93

Please sign in to comment.