Skip to content

Commit aa7160b

Browse files
committed
sdfsdfsdfsdf
1 parent 6210841 commit aa7160b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/jingle_python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ jobs:
7575
- name: Install Z3 using Chocolatey
7676
run: |
7777
choco install z3
78+
- name: Set Z3 environment variables
79+
run: |
80+
echo ::set-env name=Z3_INCLUDE_PATH::C:\tools\z3\include
81+
echo ::set-env name=Z3_LIB_PATH::C:\tools\z3\lib
7882
- uses: actions/setup-python@v5
7983
with:
8084
python-version: 3.x

0 commit comments

Comments
 (0)