mirror of
https://github.com/Z3Prover/z3
synced 2026-07-14 11:05:41 +00:00
Add architecture option to build command
This commit is contained in:
parent
22e404a93f
commit
eaec507c94
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: python scripts/mk_unix_dist.py --dotnet-key=$GITHUB_WORKSPACE/resources/z3.snk
|
run: python scripts/mk_unix_dist.py --dotnet-key=$GITHUB_WORKSPACE/resources/z3.snk --arch=x64
|
||||||
|
|
||||||
- name: Clone z3test
|
- name: Clone z3test
|
||||||
run: git clone https://github.com/z3prover/z3test z3test
|
run: git clone https://github.com/z3prover/z3test z3test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue