mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +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
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
|
uses: actions/cache@03e00da99d75a2204924908e1cca7902cafce66b
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/libjs-test262/Build/CLDR
|
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
|
- name: Build test262-runner, test-js and test-wasm
|
||||||
working-directory: libjs-test262
|
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
|
uses: actions/cache@03e00da99d75a2204924908e1cca7902cafce66b
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/libjs-test262/Build/CLDR
|
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
|
- name: Create build directory Ubuntu
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue