Add back msvc step with a maintained fork
Some checks are pending
Build / Linux (push) Waiting to run
Build / Windows (push) Waiting to run

This commit is contained in:
KimLS 2026-04-28 20:15:06 -07:00
parent 42d6004467
commit c6ddf300a4

View File

@ -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: