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.
1 parent 78d038d commit 7094741Copy full SHA for 7094741
.github/workflows/pull-request-checks.yaml
@@ -386,9 +386,6 @@ jobs:
386
Invoke-WebRequest -Uri https://github.com/Z3Prover/z3/releases/download/z3-4.8.10/z3-4.8.10-x64-win.zip -OutFile .\z3.zip
387
Expand-Archive -LiteralPath '.\z3.Zip' -DestinationPath C:\tools
388
echo "c:\tools\z3-4.8.10-x64-win\bin;" >> $env:GITHUB_PATH
389
- New-Item -ItemType directory "C:\tools\parallel"
390
- wget.exe -O c:\tools\parallel\parallel https://git.savannah.gnu.org/cgit/parallel.git/plain/src/parallel
391
- echo "c:\tools\parallel" >> $env:GITHUB_PATH
392
- name: Confirm z3 solver is available and log the version installed
393
run: z3 --version
394
- name: Initialise Developer Command Line
0 commit comments