mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Fix CI
This commit is contained in:
parent
17414808ce
commit
ddee094783
@ -18,9 +18,8 @@
|
||||
without the expected backend. All functions print an error message and exit *)
|
||||
|
||||
let dummy () =
|
||||
Catala_utils.Cli.error_print
|
||||
"This instance of Catala was compiled without Z3 support.";
|
||||
exit 124
|
||||
Catala_utils.Messages.raise_error
|
||||
"This instance of Catala was compiled without Z3 support."
|
||||
|
||||
module Io = struct
|
||||
let init_backend () = dummy ()
|
||||
|
Loading…
Reference in New Issue
Block a user