CI: Build all on Windows (not only jfjoch_viewer target)

This commit is contained in:
2026-06-26 18:27:33 +02:00
parent 62a7fb3ab6
commit 5aad009cd7
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
run: |
for /f "usebackq tokens=*" %%i in (`"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationPath`) do set "VSPATH=%%i"
call "%VSPATH%\VC\Auxiliary\Build\vcvars64.bat"
cmake --build build --target jfjoch_viewer
cmake --build build
- name: Build installer (NSIS)
shell: cmd
run: |