File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 : |
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)
You can’t perform that action at this time.
0 commit comments