mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +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 }}
|
||||
- name: Setup Visual Studio environment
|
||||
run: |
|
||||
$vcvarsall = "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat"
|
||||
cmd /c "$vcvarsall" ${{ matrix.arch }}
|
||||
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" ../
|
||||
- name: make
|
||||
|
|
Loading…
Reference in a new issue