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 044f0be commit 506cc3dCopy full SHA for 506cc3d
.github/workflows/ci.yml
@@ -82,6 +82,7 @@ jobs:
82
if: runner.os == 'Windows'
83
shell: cmd
84
run: |
85
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
86
cmake -B build -S . -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=bin
87
ninja -C build
88
#########################
0 commit comments