We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9634f7 commit 214eba1Copy full SHA for 214eba1
.github/workflows/ubuntu-memory-check.yml
@@ -30,7 +30,7 @@ jobs:
30
id: cache
31
with:
32
path: ~/icu
33
- key: ${{ runner.os }}-icu-${ICU_MAJOR}-${ICU_MINOR}
+ key: ${{ runner.os }}-icu-${{ICU_MAJOR}}-${{ICU_MINOR}}
34
- name: Download and install icu
35
if: steps.cache.outputs.cache-hit != 'true'
36
run: |
@@ -51,7 +51,7 @@ jobs:
51
- uses: actions/cache/save@v4
52
53
54
55
56
checkleak:
57
needs: cache-icu
@@ -106,7 +106,7 @@ jobs:
106
107
108
109
110
111
- name: Setup ICU_ROOT
112
0 commit comments