Skip to content

Commit be1d886

Browse files
author
Timothy Mothra Lee (from Dev Box)
committed
testing build C++
1 parent 629c5eb commit be1d886

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql-daily.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ jobs:
7979
languages: cpp
8080
debug: true
8181

82+
- name: Set up MSVC environment
83+
shell: cmd
84+
run: |
85+
"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat" && powershell -File build-cpp.ps1
86+
8287
- name: Build C++ code
8388
shell: powershell
8489
id: build-cpp

0 commit comments

Comments
 (0)