Skip to content

Commit 1af74d3

Browse files
authored
Fix VS path
1 parent a4c4aa8 commit 1af74d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- name: Build project
162162
shell: cmd
163163
run: |
164-
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64
164+
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64
165165
set "PATH=C:\msys64\usr\bin;%PATH%"
166166
echo Shorten work paths to prevent Bazel from reaching MAX_PATH limit
167167
mkdir C:\tmp

0 commit comments

Comments
 (0)