Skip to content

Commit f46b2d2

Browse files
author
codethinki
committed
trying to speed windows up
1 parent 37a719f commit f46b2d2

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/actions/setup-windows/action.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,10 @@ runs:
1414
with:
1515
python-version: '3.x'
1616

17-
- name: Cache Pip # Restore only, assuming prepare action populated it
18-
uses: actions/cache/restore@v4
19-
with:
20-
path: ~\AppData\Local\pip\Cache
21-
key: pip-windows-${{ hashFiles('.github/requirements.txt') }}
22-
restore-keys: |
23-
pip-windows-
24-
2517
- name: Configure VCPKG_DOWNLOADS
2618
shell: pwsh
2719
run: |
28-
New-Item -ItemType Directory -Force -Path "$HOME\AppData\Local\vcpkg\downloads"
20+
New-Item -ItemType Directory -Force -Path "$HOME\AppData\Local\vcpkg\downloads" | Out-Null
2921
3022
- name: Install CMake & Ninja (Pip)
3123
shell: pwsh

0 commit comments

Comments
 (0)