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 69266fb commit 23f8c4eCopy full SHA for 23f8c4e
.github/workflows/rc.yml
@@ -354,7 +354,7 @@ jobs:
354
- name: Build
355
shell: cmd
356
run: |
357
- 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
358
REM For ORC
359
set TZDIR=/c/msys64/usr/share/zoneinfo
360
bash -c "ci/scripts/jni_windows_build.sh . arrow build jni"
0 commit comments