Skip to content

Commit fec102e

Browse files
authored
Merge pull request #1086 from diffblue/remove-parallel-download
CI: remove download of GNU parallel
2 parents 78d038d + 7094741 commit fec102e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,6 @@ jobs:
386386
Invoke-WebRequest -Uri https://github.com/Z3Prover/z3/releases/download/z3-4.8.10/z3-4.8.10-x64-win.zip -OutFile .\z3.zip
387387
Expand-Archive -LiteralPath '.\z3.Zip' -DestinationPath C:\tools
388388
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
392389
- name: Confirm z3 solver is available and log the version installed
393390
run: z3 --version
394391
- name: Initialise Developer Command Line

0 commit comments

Comments
 (0)