mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-29 22:42:27 +00:00
Add back msvc step with a maintained fork
This commit is contained in:
parent
42d6004467
commit
c6ddf300a4
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -69,6 +69,11 @@ jobs:
|
||||
|
||||
- name: Enable long paths
|
||||
run: git config --global core.longpaths true
|
||||
|
||||
- name: Setup MSVC environment
|
||||
uses: TheMrMilchmann/setup-msvc-dev@v4
|
||||
with:
|
||||
arch: x64
|
||||
|
||||
- name: Restore vcpkg Cache
|
||||
uses: actions/cache@v5
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user