mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-30 15:22:25 +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
@ -70,6 +70,11 @@ jobs:
|
|||||||
- name: Enable long paths
|
- name: Enable long paths
|
||||||
run: git config --global core.longpaths true
|
run: git config --global core.longpaths true
|
||||||
|
|
||||||
|
- name: Setup MSVC environment
|
||||||
|
uses: TheMrMilchmann/setup-msvc-dev@v4
|
||||||
|
with:
|
||||||
|
arch: x64
|
||||||
|
|
||||||
- name: Restore vcpkg Cache
|
- name: Restore vcpkg Cache
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user