Skip to content

Commit 5685932

Browse files
committed
Remove line that adds chocolatey/bin folder to GITHUB_PATH.
This appears in our experiments to fix the situation with the bad binary that is installed for Python with chocolatey.
1 parent 74bb276 commit 5685932

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,6 @@ jobs:
746746
}
747747
nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
748748
echo "c:\tools\clcache\clcache-4.1.0" >> $env:GITHUB_PATH
749-
echo "c:\ProgramData\chocolatey\bin" >> $env:GITHUB_PATH
750749
echo "c:\Strawberry\" >> $env:GITHUB_PATH
751750
Invoke-WebRequest -Uri https://github.com/Z3Prover/z3/releases/download/z3-4.8.10/z3-4.8.10-x64-win.zip -OutFile .\z3.zip
752751
Expand-Archive -LiteralPath '.\z3.Zip' -DestinationPath C:\tools

0 commit comments

Comments
 (0)