Skip to content

Commit a62d035

Browse files
committed
fix cache dep
1 parent 26c519f commit a62d035

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_wheel_on_windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ jobs:
8484
pip install --upgrade pip
8585
pip install cibuildwheel==3.4.0
8686
87+
- name: Add Git bin to PATH
88+
run: echo "C:\Program Files\Git\usr\bin" >> $GITHUB_PATH
89+
shell: bash
90+
8791
# Cache the directory where cibuildwheel outputs the .whl files
8892
- name: Cache built wheels
8993
id: cache-wheels

0 commit comments

Comments
 (0)