Skip to content

Commit 9fb431c

Browse files
authored
cache update
1 parent d3202f8 commit 9fb431c

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/Matrix XP.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
echo "CANCEL:"
5353
echo ${{ steps.prebuild-checks.outputs.cancel }}
5454
55-
- uses: actions/cache@v2
56-
id: restore-build
55+
- name: Set Cache
56+
uses: actions/cache@v3.2.6
57+
id: cache-sources
5758
with:
5859
path: ./*
5960
key: ${{ github.sha }}
@@ -79,21 +80,19 @@ jobs:
7980
pwd
8081
ls -als $(pwd)
8182
ls -als ~
82-
ls -Rals ~/artifacts
8383
84-
- uses: actions/cache@v2
85-
id: restore-build
84+
- name: Hit Cache
85+
uses: actions/cache@v3.2.6
86+
id: cache-sources
8687
with:
8788
path: ./*
8889
key: ${{ github.sha }}
8990

90-
9191
- name: "✔️ ls"
9292
run: |
9393
pwd
9494
ls -als $(pwd)
9595
ls -als ~
96-
ls -Rals ~/artifacts
9796
9897
- name: "✔️ TEST matrix"
9998
run: |

0 commit comments

Comments
 (0)