We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279a23e commit 7213683Copy full SHA for 7213683
.github/workflows/jingle_python.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install dependencies
39
run: |
40
sudo apt-get update
41
- sudo apt-get install -y libclang-dev clang build-essential libc6-dev
+ sudo apt-get install -y libclang-dev clang build-essential libc6-dev libz3-dev
42
- name: Verify libclang-dev installation
43
44
dpkg -l | grep libclang
0 commit comments