3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

Update Windows.yml

This commit is contained in:
Nikolaj Bjorner 2023-12-18 20:26:39 -08:00 committed by GitHub
parent ea03b558c6
commit 9469f7574a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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