3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-26 17:02:38 +00:00

Update fstar-master-build.yml

This commit is contained in:
Nikolaj Bjorner 2026-07-23 14:00:09 -07:00 committed by GitHub
parent a3c7dc9433
commit e268a72eb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,11 +16,11 @@ on:
z3_runtime_args:
description: "Extra Z3 runtime args (example: smt.ho_matching=true)"
required: false
default: "smt.ho_matching=true"
default: "smt.ho_matching=false"
fstar_ref:
description: FStar ref to checkout and build
required: false
default: _nik_higher_order_smt
default: master
fstar_opam_switch:
description: OCaml switch for FStar build
required: false