File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -764,7 +764,9 @@ jobs:
764764 New-Item -ItemType directory "C:\tools\cvc5"
765765 Invoke-WebRequest -Uri https://github.com/cvc5/cvc5/releases/download/cvc5-${{env.cvc5-version}}/cvc5-Win64-static.zip -OutFile .\cvc5-Win64-static.zip
766766 Expand-Archive -LiteralPath '.\cvc5-Win64-static.Zip'
767- Move-Item -Path .\cvc5-Win64-static\bin\cvc5.exe c:\tools\cvc5\cvc5.exe
767+ Get-ChildItem -Path .\
768+ Get-ChildItem -Path .\cvc5-Win64-static
769+ Move-Item -Path .\cvc5-Win64-static\cvc5-Win64-static\bin\cvc5.exe c:\tools\cvc5\cvc5.exe
768770 echo "c:\tools\cvc5;" >> $env:GITHUB_PATH
769771 New-Item -ItemType directory "C:\tools\parallel"
770772 wget.exe -O c:\tools\parallel\parallel https://git.savannah.gnu.org/cgit/parallel.git/plain/src/parallel
You can’t perform that action at this time.
0 commit comments