mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +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 }}
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue