We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74bb276 + 5685932 commit e02fd74Copy full SHA for e02fd74
.github/workflows/pull-request-checks.yaml
@@ -746,7 +746,6 @@ jobs:
746
}
747
nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
748
echo "c:\tools\clcache\clcache-4.1.0" >> $env:GITHUB_PATH
749
- echo "c:\ProgramData\chocolatey\bin" >> $env:GITHUB_PATH
750
echo "c:\Strawberry\" >> $env:GITHUB_PATH
751
Invoke-WebRequest -Uri https://github.com/Z3Prover/z3/releases/download/z3-4.8.10/z3-4.8.10-x64-win.zip -OutFile .\z3.zip
752
Expand-Archive -LiteralPath '.\z3.Zip' -DestinationPath C:\tools
0 commit comments