We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6210841 commit aa7160bCopy full SHA for aa7160b
.github/workflows/jingle_python.yml
@@ -75,6 +75,10 @@ jobs:
75
- name: Install Z3 using Chocolatey
76
run: |
77
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
82
- uses: actions/setup-python@v5
83
with:
84
python-version: 3.x
0 commit comments