mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
Update Windows.yml
This commit is contained in:
parent
c7c007c2c6
commit
ee073be3f0
4
.github/workflows/Windows.yml
vendored
4
.github/workflows/Windows.yml
vendored
|
@ -39,7 +39,9 @@ jobs:
|
||||||
if: ${{ matrix.cmd3 }}
|
if: ${{ matrix.cmd3 }}
|
||||||
run: cmd3
|
run: cmd3
|
||||||
- name: vscmd
|
- 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
|
- 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