mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
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:
parent
32e35a02f9
commit
fba1569eaf
Notes:
sideshowbarker
2024-07-17 07:14:09 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/fba1569eaf Pull-request: https://github.com/SerenityOS/serenity/pull/16612 Reviewed-by: https://github.com/ADKaster ✅
2 changed files with 2 additions and 2 deletions
2
.github/workflows/libjs-test262.yml
vendored
2
.github/workflows/libjs-test262.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/serenity-js-artifacts.yml
vendored
2
.github/workflows/serenity-js-artifacts.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue