Skip to content

Commit 496a3d9

Browse files
committed
Update to correct path of vcvarsall.bat
1 parent 85be42b commit 496a3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
- name: Build
355355
shell: cmd
356356
run: |
357-
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
357+
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
358358
REM For ORC
359359
set TZDIR=/c/msys64/usr/share/zoneinfo
360360
bash -c "ci/scripts/jni_windows_build.sh . arrow build jni"

0 commit comments

Comments
 (0)