Skip to content

Commit

Permalink
Ammend again.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 24, 2024
1 parent 56bf43f commit 64f68dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
with:
arch: amd64
- name: Delete Python
run: rd /s /q "C:\hostedtoolcache\windows\Python"
shell: powershell
run: Remove-Item -Recurse -Force -Path "C:/hostedtoolcache/windows/Python"
- name: Build
shell: powershell
run: .\build.bat
Expand Down

0 comments on commit 64f68dc

Please sign in to comment.