Skip to content

Commit 9621d9c

Browse files
committed
DEBUG WIN
1 parent 5df3067 commit 9621d9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)