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 a7dbcd3 commit 5fab782Copy full SHA for 5fab782
.github/workflows/cpp.yml
@@ -364,7 +364,7 @@ jobs:
364
- name: Build
365
shell: cmd
366
run: |
367
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
368
bash -c "ci/scripts/cpp_build.sh $(pwd) $(pwd)/build"
369
- name: Test
370
shell: bash
0 commit comments