actions-marketplace-validations/Setup Z3

Set up a specific version of the Z3 theorem prover

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionThe version of Z3 to install. Defaults to latest.nolatest
platformThe platform to install Z3 for (either linux, macOS, or windows). Defaults to host.nohost
architectureThe architecture to install Z3 for (either x64 or arm64). Defaults to host.nohost
add_to_library_pathAdd Z3 to the library path variables, such that it can be used as a static/dynamic library. Defaults to false.nofalse
tokenThe token that the action will use to query the GitHub API. Defaults to the repository's GitHub token.no${{ github.token }}
namedescription
z3-rootThe root directory of the Z3 installation