diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 0a75720c..93f84cb1 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -328,12 +328,6 @@ jobs: - name: Clone uses: actions/checkout@v4 - - name: Cache Visual Studio Build Tools (basic) - uses: actions/cache@v4 - with: - path: C:\ProgramData\chocolatey\lib - key: choco-vs2019-xp-${{ runner.os }}-${{ matrix.arch }} - - name: Install Visual Studio 2019 Build Tools with v141_xp shell: cmd run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f53d967f..6daed39d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -258,12 +258,6 @@ jobs: - name: Clone uses: actions/checkout@v4 - - name: Cache Visual Studio Build Tools (basic) - uses: actions/cache@v4 - with: - path: C:\ProgramData\chocolatey\lib - key: choco-vs2019-xp-${{ runner.os }}-${{ matrix.arch }} - - name: Install Visual Studio 2019 Build Tools with v141_xp shell: cmd run: |