mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
fix string
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
394a355b19
commit
00965cbdf2
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