mirror of
https://github.com/fallout2-ce/fallout2-ce.git
synced 2026-07-27 16:47:11 -07:00
Remove choco cache because it does not work properly
This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user