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

Update Windows.yml

This commit is contained in:
Nikolaj Bjorner 2023-12-18 19:38:50 -08:00 committed by GitHub
parent c7c007c2c6
commit ee073be3f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,9 @@ jobs:
if: ${{ matrix.cmd3 }}
run: cmd3
- name: vscmd
run: call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }}
uses: seanmiddleditch/gha-setup-vsdevenv@v4
with:
arch: $${ matrix.arch }}
- name: configure
run: cmake ${{ matrix.bindings }} -G "NMake Makefiles" ../
- name: make