File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ jobs:
610
610
nuget-version : ' 5.8.x'
611
611
- name : Fetch dependencies
612
612
run : |
613
- choco install winflexbison3 strawberryperl
613
+ choco install -y winflexbison3 strawberryperl wget
614
614
nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
615
615
echo "c:\tools\clcache\clcache-4.1.0" >> $env:GITHUB_PATH
616
616
echo "c:\ProgramData\chocolatey\bin" >> $env:GITHUB_PATH
@@ -619,7 +619,7 @@ jobs:
619
619
Expand-Archive -LiteralPath '.\z3.Zip' -DestinationPath C:\tools
620
620
echo "c:\tools\z3-4.8.10-x64-win\bin;" >> $env:GITHUB_PATH
621
621
New-Item -ItemType directory "C:\tools\cvc5"
622
- Invoke-WebRequest -Uri https://github.com/cvc5/cvc5/releases/download/cvc5-${{env.cvc5-version}}/cvc5-Win64.exe -OutFile c:\tools\cvc5\cvc5 .exe
622
+ wget.exe -O c:\tools\cvc5\cvc5.exe https://github.com/cvc5/cvc5/releases/download/cvc5-${{env.cvc5-version}}/cvc5-Win64.exe
623
623
echo "c:\tools\cvc5;" >> $env:GITHUB_PATH
624
624
- name : Confirm z3 solver is available and log the version installed
625
625
run : z3 --version
You can’t perform that action at this time.
0 commit comments