Skip to content

Commit cd3cdb6

Browse files
committed
trying stuff
1 parent 879bda7 commit cd3cdb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jingle_python/gh_actions_setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def install_with_apt():
3636
def write_env_file(header_path):
3737
with open(ENV_FILE, "w") as f:
3838
f.write(f"export Z3_SYS_Z3_HEADER={header_path}\n")
39+
f.write(f"export LD_LIBRARY_PATH=/usr/local/lib\n")
3940
print(f"\n✅ Z3 installed successfully.")
4041
print(f"💾 Environment variable written to `{ENV_FILE}`.")
4142
print(f"👉 To load it into your shell, run:\n")

0 commit comments

Comments
 (0)