From d49a2839863587156beafd94b85d0d41a90c9bbf Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Wed, 24 Jan 2024 18:07:03 +0100 Subject: [PATCH] Delete python. --- .github/workflows/release.yml | 2 ++ .github/workflows/test.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c047863..7587f14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 407883d..eb54247 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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