mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 18:58:21 +00:00
Update workflow for vs2026
This commit is contained in:
@@ -88,7 +88,7 @@ jobs:
|
|||||||
- name: Configure
|
- name: Configure
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
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 `
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo `
|
||||||
-DEQEMU_BUILD_TESTS=ON `
|
-DEQEMU_BUILD_TESTS=ON `
|
||||||
-DEQEMU_BUILD_LOGIN=ON `
|
-DEQEMU_BUILD_LOGIN=ON `
|
||||||
|
|||||||
Reference in New Issue
Block a user