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:
parent
00965cbdf2
commit
1b7550483e
2
.github/workflows/Windows.yml
vendored
2
.github/workflows/Windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue