From fba1569eaf8c13dc12653437c705bec654ba2976 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Wed, 21 Dec 2022 08:06:37 -0500 Subject: [PATCH] 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. --- .github/workflows/libjs-test262.yml | 2 +- .github/workflows/serenity-js-artifacts.yml | 2 +- 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: |