mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Use more recent setup-msbuild action.
This commit is contained in:
parent
e5967bdc52
commit
fcc0e22c0e
2
.github/workflows/msvc.yml
vendored
2
.github/workflows/msvc.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: microsoft/setup-msbuild@v1.0.0
|
- uses: microsoft/setup-msbuild@v1.0.2
|
||||||
- name: Integrate vcpkg
|
- name: Integrate vcpkg
|
||||||
run: vcpkg integrate install
|
run: vcpkg integrate install
|
||||||
- name: Build vcpkg libraries
|
- name: Build vcpkg libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user