Skip to content

Commit 7094741

Browse files
committed
CI: remove download of GNU parallel
The download of GNU parallel fails frequently, and the tool is not currently used.
1 parent 78d038d commit 7094741

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)