Skip to content

Commit 87a7336

Browse files
committed
trying
1 parent 7ddcb7e commit 87a7336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
uses: actions/[email protected]
110110
with:
111111
path: ${{ steps.esy_cache_path.outputs.path }}
112-
key: v1-esy-${{ matrix.os }}-${{ hashFiles('**/index.json') }}
112+
key: v1-esy--${{ matrix.os }}-${{ hashFiles('**/index.json') }}
113113
restore-keys: |
114-
v1-esy-${{ matrix.os }}-
114+
v1-esy--${{ matrix.os }}-
115115
116116
- name: install
117117
run: |

0 commit comments

Comments
 (0)