mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
CI: use microsoft/setup-msbuild@v1.0.2
This commit is contained in:
parent
f564913a5c
commit
2538e519df
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Add MSBuild to PATH
|
||||
uses: microsoft/setup-msbuild@master
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
||||
- name: Build with MSBuild
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue