We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1cc5b commit 63384efCopy full SHA for 63384ef
jingle_python/gh_actions_setup.py
@@ -76,6 +76,7 @@ def install_z3_latest():
76
subprocess.run(['mkdir', '-p', '/usr/local/include/z3'], check=True)
77
subprocess.run(['cp', '-r', include_dir + '/', '/usr/local/include/z3'], check=True)
78
subprocess.run(['cp', os.path.join(lib_dir, 'libz3.so'), '/usr/local/lib/'], check=True)
79
+ subprocess.run(['ls', '/usr/local/lib'], check=True)
80
subprocess.run(['ldconfig'], check=True)
81
82
z3_header_path = '/usr/local/include/z3/include/z3.h'
0 commit comments