3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

add path n prefix

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-12-19 04:33:07 +00:00
parent 00965cbdf2
commit 1b7550483e

View file

@ -39,6 +39,6 @@ jobs:
run: |
cmd /c "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }}
- name: configure
run: cmake ${{ matrix.bindings }} -G "NMake Makefiles" ..
run: cmake .. ${{ matrix.bindings }} -G "NMake Makefiles"
- name: make
run: nmake