Skip to content

Commit

Permalink
Delete python.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 24, 2024
1 parent 52f6644 commit d49a283
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64
- name: Delete Python
run: rd /s /q "C:\hostedtoolcache\windows\Python"
- name: Build
shell: powershell
run: .\build.bat
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64
- name: Delete Python
run: rd /s /q "C:\hostedtoolcache\windows\Python"
- name: Build
shell: powershell
run: .\build.bat
Expand Down

0 comments on commit d49a283

Please sign in to comment.