summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2022-12-21 08:06:37 -0500
committerTim Flynn <trflynn89@pm.me>2022-12-24 09:46:28 -0500
commitfba1569eaf8c13dc12653437c705bec654ba2976 (patch)
tree5e9feac4e4e277c5b36103270f64010294c7ffda /.github
parent32e35a02f9c0397cad7090014c1c2781a906ee62 (diff)
downloadserenity-fba1569eaf8c13dc12653437c705bec654ba2976.zip
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/libjs-test262.yml2
-rw-r--r--.github/workflows/serenity-js-artifacts.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/libjs-test262.yml b/.github/workflows/libjs-test262.yml
index f001128514..bb1bf18b41 100644
--- a/.github/workflows/libjs-test262.yml
+++ b/.github/workflows/libjs-test262.yml
@@ -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
diff --git a/.github/workflows/serenity-js-artifacts.yml b/.github/workflows/serenity-js-artifacts.yml
index 2082ada9f8..2e3c9ec543 100644
--- a/.github/workflows/serenity-js-artifacts.yml
+++ b/.github/workflows/serenity-js-artifacts.yml
@@ -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: |