mirror of
https://github.com/UMSKT/xpmgr.git
synced 2026-07-24 05:24:19 +02:00
Update windows.yml
This commit is contained in:
parent
f633c2aff6
commit
24a836a778
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Restore cached v141_xp
|
- name: Restore cached v141_xp
|
||||||
|
id: installCache
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
path: "C:\\Users\\runneradmin\\VSLayout"
|
path: "C:\\Users\\runneradmin\\VSLayout"
|
||||||
@ -91,6 +92,7 @@ jobs:
|
|||||||
path: .\x64\Release
|
path: .\x64\Release
|
||||||
|
|
||||||
- name: Cache v141_xp
|
- name: Cache v141_xp
|
||||||
|
if: steps.installCache.outputs.cache-hit != 'true'
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: C:\Users\runneradmin\VSLayout
|
path: C:\Users\runneradmin\VSLayout
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user