We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d051adc commit 6628b62Copy full SHA for 6628b62
.github/workflows/pipeline.yml
@@ -109,9 +109,9 @@ jobs:
109
uses: actions/cache@v1
110
with:
111
path: ${{ steps.esy_cache_path.outputs.path }}
112
- key: v1-esy-${{ matrix.os }}-${{ hashFiles('**/index.json') }}
+ key: v2-esy-${{ matrix.os }}-${{ hashFiles('**/index.json') }}
113
restore-keys: |
114
- v1-esy-${{ matrix.os }}-
+ v2-esy-${{ matrix.os }}-
115
116
- name: install
117
run: |
0 commit comments