Skip to content

Commit cb72baa

Browse files
committed
Try this out
1 parent 088d744 commit cb72baa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jingle_python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install dependencies
4343
run: |
4444
sudo apt-get update
45-
sudo apt-get install -y libclang-dev clang
45+
sudo apt-get install -y libclang-dev clang build-essential libc6-dev
4646
4747
- name: Set LIBCLANG_PATH
4848
run: |
@@ -114,6 +114,8 @@ jobs:
114114
- uses: actions/checkout@v4
115115
with:
116116
submodules: true
117+
- name: Install z3
118+
run: brew install z3
117119
- uses: actions/setup-python@v5
118120
with:
119121
python-version: 3.x

0 commit comments

Comments
 (0)