diff --git a/.github/workflows/libjs-test262.yml b/.github/workflows/libjs-test262.yml index f0011285145..bb1bf18b41b 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 2082ada9f84..2e3c9ec5432 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: |