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 1ce31c3 commit 97887cfCopy full SHA for 97887cf
1 file changed
.github/workflows/builds.yml
@@ -123,13 +123,13 @@ jobs:
123
shell: cmd
124
run: |
125
RMDIR /Q /S build install
126
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
127
cmake -G"NMake Makefiles" -B build -S hidapisrc -DCMAKE_INSTALL_PREFIX=install
128
- name: Build CMake
129
working-directory: build
130
131
132
133
nmake install
134
- name: Check artifacts
135
uses: andstor/file-existence-action@v1
0 commit comments