Skip to content

Commit c4b4dce

Browse files
committed
test-windows.yml: Try to fix caching, continued -- make sure to run the New-Item commands with the right shell (PowerShell)
1 parent 77c721b commit c4b4dce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
New-Item -Force -ItemType Directory -Path "${{ github.workspace }}\\vcpkgBCache"
4242
New-Item -Force -ItemType Directory -Path "${{ github.workspace }}\\vcpkgBin"
4343
New-Item -Force -ItemType Directory -Path "${{ github.workspace }}\\vcpkgBuild"
44+
shell: pwsh
4445
if: steps.cache-vcpkg-restore.outputs.cache-hit != 'true'
4546

4647
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)