We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879bda7 commit cd3cdb6Copy full SHA for cd3cdb6
jingle_python/gh_actions_setup.py
@@ -36,6 +36,7 @@ def install_with_apt():
36
def write_env_file(header_path):
37
with open(ENV_FILE, "w") as f:
38
f.write(f"export Z3_SYS_Z3_HEADER={header_path}\n")
39
+ f.write(f"export LD_LIBRARY_PATH=/usr/local/lib\n")
40
print(f"\n✅ Z3 installed successfully.")
41
print(f"💾 Environment variable written to `{ENV_FILE}`.")
42
print(f"👉 To load it into your shell, run:\n")
0 commit comments