Skip to content

Commit f9634f7

Browse files
authored
Update cmake-multi-platform.yml
1 parent fcdb539 commit f9634f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: cache
3333
with:
3434
path: ~/icu
35-
key: ${{ runner.os }}-icu-${ICU_MAJOR}-${ICU_MINOR}
35+
key: ${{ runner.os }}-icu-${{ICU_MAJOR}}-${{ICU_MINOR}}
3636
- name: Download and install icu
3737
if: steps.cache.outputs.cache-hit != 'true'
3838
run: |
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/cache/save@v4
5454
with:
5555
path: ~/icu
56-
key: ${{ runner.os }}-icu-${ICU_MAJOR}-${ICU_MINOR}
56+
key: ${{ runner.os }}-icu-${{ICU_MAJOR}}-${{ICU_MINOR}}
5757

5858
build:
5959
needs: cache-icu
@@ -120,7 +120,7 @@ jobs:
120120
id: cache
121121
with:
122122
path: ~/icu
123-
key: ${{ runner.os }}-icu-${ICU_MAJOR}-${ICU_MINOR}
123+
key: ${{ runner.os }}-icu-${{ICU_MAJOR}}-${{ICU_MINOR}}
124124

125125
# Install all the required dependencies for the macos
126126
- name: Install ICU (Ubuntu/macos)

0 commit comments

Comments
 (0)