File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,13 +123,13 @@ jobs:
123
123
shell : cmd
124
124
run : |
125
125
RMDIR /Q /S build install
126
- call "C:\Program Files (x86) \Microsoft Visual Studio\2019 \Enterprise\VC\Auxiliary\Build\vcvars64.bat"
126
+ call "C:\Program Files\Microsoft Visual Studio\2022 \Enterprise\VC\Auxiliary\Build\vcvars64.bat"
127
127
cmake -G"NMake Makefiles" -B build -S hidapisrc -DCMAKE_INSTALL_PREFIX=install
128
128
- name : Build CMake
129
129
working-directory : build
130
130
shell : cmd
131
131
run : |
132
- call "C:\Program Files (x86) \Microsoft Visual Studio\2019 \Enterprise\VC\Auxiliary\Build\vcvars64.bat"
132
+ call "C:\Program Files\Microsoft Visual Studio\2022 \Enterprise\VC\Auxiliary\Build\vcvars64.bat"
133
133
nmake install
134
134
- name : Check artifacts
135
135
uses : andstor/file-existence-action@v1
You can’t perform that action at this time.
0 commit comments