Skip to content

Commit 214eba1

Browse files
authored
Update ubuntu-memory-check.yml
1 parent f9634f7 commit 214eba1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ubuntu-memory-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: cache
3131
with:
3232
path: ~/icu
33-
key: ${{ runner.os }}-icu-${ICU_MAJOR}-${ICU_MINOR}
33+
key: ${{ runner.os }}-icu-${{ICU_MAJOR}}-${{ICU_MINOR}}
3434
- name: Download and install icu
3535
if: steps.cache.outputs.cache-hit != 'true'
3636
run: |
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/cache/save@v4
5252
with:
5353
path: ~/icu
54-
key: ${{ runner.os }}-icu-${ICU_MAJOR}-${ICU_MINOR}
54+
key: ${{ runner.os }}-icu-${{ICU_MAJOR}}-${{ICU_MINOR}}
5555

5656
checkleak:
5757
needs: cache-icu
@@ -106,7 +106,7 @@ jobs:
106106
id: cache
107107
with:
108108
path: ~/icu
109-
key: ${{ runner.os }}-icu-${ICU_MAJOR}-${ICU_MINOR}
109+
key: ${{ runner.os }}-icu-${{ICU_MAJOR}}-${{ICU_MINOR}}
110110

111111
- name: Setup ICU_ROOT
112112
run: |

0 commit comments

Comments
 (0)