From 64f68dcd2b242f572dc423d4e1731c796e964d49 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Wed, 24 Jan 2024 18:25:16 +0100 Subject: [PATCH] Ammend again. --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb54247..64aa075 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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