mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
Update Windows.yml
This commit is contained in:
parent
ea03b558c6
commit
9469f7574a
3
.github/workflows/Windows.yml
vendored
3
.github/workflows/Windows.yml
vendored
|
@ -37,8 +37,7 @@ jobs:
|
||||||
run: ${{ matrix.cmd3 }}
|
run: ${{ matrix.cmd3 }}
|
||||||
- name: Setup Visual Studio environment
|
- name: Setup Visual Studio environment
|
||||||
run: |
|
run: |
|
||||||
$vcvarsall = "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat"
|
cmd /c ""C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }}
|
||||||
cmd /c "$vcvarsall" ${{ matrix.arch }}
|
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake ${{ matrix.bindings }} -G "NMake Makefiles" ../
|
run: cmake ${{ matrix.bindings }} -G "NMake Makefiles" ../
|
||||||
- name: make
|
- name: make
|
||||||
|
|
Loading…
Reference in a new issue