Skip to content

Commit d96fcc9

Browse files
Transurgeonclaude
andcommitted
cache vcpkg on Windows CI to skip OpenBLAS rebuild
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4495897 commit d96fcc9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ jobs:
5757
with:
5858
platforms: all
5959

60+
- name: Cache vcpkg packages
61+
if: runner.os == 'Windows'
62+
uses: actions/cache@v4
63+
with:
64+
path: C:\vcpkg\installed
65+
key: vcpkg-windows-openblas-v1
66+
6067
- name: Build wheels
6168
uses: pypa/cibuildwheel@v3.3.0
6269
env:

0 commit comments

Comments
 (0)