Skip to content

Commit 4dd0c1d

Browse files
committed
Add z3 installation for windows + make job
1 parent 44b5936 commit 4dd0c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
submodules: recursive
288288
- name: Fetch dependencies
289289
run: |
290-
choco install winflexbison3 strawberryperl
290+
choco install winflexbison3 strawberryperl z3
291291
nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
292292
echo "c:\tools\clcache\clcache-4.1.0" >> $env:GITHUB_PATH
293293
echo "c:\ProgramData\chocolatey\bin" >> $env:GITHUB_PATH

0 commit comments

Comments
 (0)