Remove step i think isn't required for windows, change linux path

This commit is contained in:
KimLS 2026-04-28 20:00:01 -07:00
parent cabe06ea92
commit 42d6004467

View File

@ -29,7 +29,7 @@ jobs:
uses: actions/cache@v5
with:
path: |
vcpkg_installed
build/vcpkg_installed
submodules/vcpkg/downloads
key: ${{ runner.os }}-vcpkg-${{ hashFiles('vcpkg.json') }}
restore-keys: |
@ -70,11 +70,6 @@ jobs:
- name: Enable long paths
run: git config --global core.longpaths true
- name: Setup MSVC environment
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
- name: Restore vcpkg Cache
uses: actions/cache@v5
with: