From 7bcd5fbed7fbadeb1f0869daeb48b1a36c55a330 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 23 Jul 2021 13:06:22 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de1a3d1a..84f73249 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,7 +138,7 @@ jobs: Invoke-WebRequest -Uri $python_url -OutFile $python_file Start-Process -wait -FilePath $python_file -ArgumentList "/quiet","InstallAllUsers=1","TargetDir=c:\\python","AssociateFiles=1","PrependPath=1" Write-Output "finished waiting on python install" - dir /s /a c:\python\ + Get-ChildItem c:\python\ -Recurse shell: pwsh - name: Set env variables for pre-compiled Python