mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +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: |
|
run: |
|
||||||
cmd /c "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }}
|
cmd /c "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }}
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake ${{ matrix.bindings }} -G "NMake Makefiles" ..
|
run: cmake .. ${{ matrix.bindings }} -G "NMake Makefiles"
|
||||||
- name: make
|
- name: make
|
||||||
run: nmake
|
run: nmake
|
||||||
|
|
Loading…
Reference in a new issue