Update workflow for vs2026
Build / Linux (push) Waiting to run
Build / Windows (push) Waiting to run

This commit is contained in:
KimLS
2026-06-09 19:30:33 -07:00
parent f66b8607d3
commit 8fd083b95c
+1 -1
View File
@@ -88,7 +88,7 @@ jobs:
- name: Configure
shell: pwsh
run: |
cmake -S . -B build -G "Visual Studio 17 2022" -A x64 `
cmake -S . -B build -G "Visual Studio 18 2026" -A x64 `
-DCMAKE_BUILD_TYPE=RelWithDebInfo `
-DEQEMU_BUILD_TESTS=ON `
-DEQEMU_BUILD_LOGIN=ON `