Skip to content

Commit 3d4baf2

Browse files
committed
trying stuff
1 parent b71b95e commit 3d4baf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jingle_python/gh_actions_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def install_with_apt():
3333
print("Detected apt. Installing llvm-dev, libclang-dev, and clang...", file=sys.stderr)
3434
try:
3535
subprocess.run(['apt', 'update'], check=True)
36-
subprocess.run(['apt', 'install', '-y', 'build-essential', 'libc6-dev', 'gcc-multilib', "libz3-dev"], check=True)
36+
subprocess.run(['apt', 'install', '-y', 'build-essential', 'libc6-dev', 'gcc-multilib', "libz3-dev", "z3"], check=True)
3737
print("Packages installed successfully via apt.", file=sys.stderr)
3838
except subprocess.CalledProcessError:
3939
print("Failed to install packages using apt.", file=sys.stderr)

0 commit comments

Comments
 (0)