Skip to content

Commit 63384ef

Browse files
committed
trying stuff
1 parent 5c1cc5b commit 63384ef

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
@@ -76,6 +76,7 @@ def install_z3_latest():
7676
subprocess.run(['mkdir', '-p', '/usr/local/include/z3'], check=True)
7777
subprocess.run(['cp', '-r', include_dir + '/', '/usr/local/include/z3'], check=True)
7878
subprocess.run(['cp', os.path.join(lib_dir, 'libz3.so'), '/usr/local/lib/'], check=True)
79+
subprocess.run(['ls', '/usr/local/lib'], check=True)
7980
subprocess.run(['ldconfig'], check=True)
8081

8182
z3_header_path = '/usr/local/include/z3/include/z3.h'

0 commit comments

Comments
 (0)