We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629c5eb commit be1d886Copy full SHA for be1d886
.github/workflows/codeql-daily.yml
@@ -79,6 +79,11 @@ jobs:
79
languages: cpp
80
debug: true
81
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
+
87
- name: Build C++ code
88
shell: powershell
89
id: build-cpp
0 commit comments