From 42d600446731eebf741bbdce4c73b492b297061c Mon Sep 17 00:00:00 2001 From: KimLS Date: Tue, 28 Apr 2026 20:00:01 -0700 Subject: [PATCH] Remove step i think isn't required for windows, change linux path --- .github/workflows/build.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0bf0acb95..890becf75 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: