mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
Update Windows.yml
This commit is contained in:
parent
d088fe9c43
commit
e5f52e2131
2
.github/workflows/Windows.yml
vendored
2
.github/workflows/Windows.yml
vendored
|
@ -22,6 +22,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Add msbuild to PATH
|
||||||
|
uses: microsoft/setup-msbuild@v1.1
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
md build
|
md build
|
||||||
|
|
Loading…
Reference in a new issue