Skip to content

Commit

Permalink
ci: remove unnecessary cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshoku committed Jan 14, 2024
1 parent e461aad commit 9acd105
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Install BLAS and LAPACK
run: pacman -S --noconfirm mingw-w64-ucrt-x86_64-openblas mingw-w64-ucrt-x86_64-lapack
- name: Build and test with Rake
Expand All @@ -61,7 +60,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Build and test with Rake
run: |
bundle config --local build.numo-tiny_linalg "--with-opt-dir=/usr/local/opt/openblas"
Expand Down

0 comments on commit 9acd105

Please sign in to comment.