Remove choco cache because it does not work properly

This commit is contained in:
Vasilii Rogin
2025-05-31 15:01:02 +03:00
parent 0d0578f111
commit 0fd5e59575
2 changed files with 0 additions and 12 deletions
-6
View File
@@ -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: |
-6
View File
@@ -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: |