Skip to content

Commit b92534a

Browse files
committed
update github actions
1 parent b8aff56 commit b92534a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cmake-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ jobs:
2121
with:
2222
cmake-version: '3.21.3'
2323

24+
- name: Install MSVC build tools
25+
uses: microsoft/setup-msbuild@v1.0.2
26+
2427
- name: Configure with CMake
2528
run: cmake -S . -B build -G "Visual Studio 17 2022"
2629

2730
- name: Build with MSVC
2831
run: cmake --build build --config Release
32+
33+
- name: Check build directory
34+
run: dir build /s

0 commit comments

Comments
 (0)