Meta: Use correct cache key for CLDR data during CI

Not a huge deal because this at least would still differ from the UCD
cache due to the locale_data.cmake. But this will use the same cache key
as other CI jobs.
This commit is contained in:
Timothy Flynn 2022-12-21 08:06:37 -05:00 committed by Tim Flynn
parent 32e35a02f9
commit fba1569eaf
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ jobs:
uses: actions/cache@03e00da99d75a2204924908e1cca7902cafce66b
with:
path: ${{ github.workspace }}/libjs-test262/Build/CLDR
key: UnicodeData-${{ hashFiles('Meta/CMake/locale_data.cmake') }}
key: UnicodeLocale-${{ hashFiles('Meta/CMake/locale_data.cmake') }}
- name: Build test262-runner, test-js and test-wasm
working-directory: libjs-test262

View file

@ -72,7 +72,7 @@ jobs:
uses: actions/cache@03e00da99d75a2204924908e1cca7902cafce66b
with:
path: ${{ github.workspace }}/libjs-test262/Build/CLDR
key: UnicodeData-${{ hashFiles('Meta/CMake/locale_data.cmake') }}
key: UnicodeLocale-${{ hashFiles('Meta/CMake/locale_data.cmake') }}
- name: Create build directory Ubuntu
run: |