1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:37:46 +00:00

CI: Use correct CLDR cache path on GitHub Actions

This commit is contained in:
Timothy Flynn 2021-10-21 11:19:16 -04:00 committed by Linus Groh
parent bf80dea39c
commit cff39734f1

View file

@ -130,7 +130,7 @@ jobs:
# TODO: Change the version to the released version when https://github.com/actions/cache/pull/489 (or 571) is merged. # TODO: Change the version to the released version when https://github.com/actions/cache/pull/489 (or 571) is merged.
uses: actions/cache@03e00da99d75a2204924908e1cca7902cafce66b uses: actions/cache@03e00da99d75a2204924908e1cca7902cafce66b
with: with:
path: ${{ github.workspace }}/Build/CLDR path: ${{ github.workspace }}/Build/${{ matrix.arch }}/CLDR
key: UnicodeLocale-${{ hashFiles('Meta/CMake/unicode_data.cmake') }} key: UnicodeLocale-${{ hashFiles('Meta/CMake/unicode_data.cmake') }}
- name: Create build environment with extra debug options - name: Create build environment with extra debug options
# Build the entire project with all available debug options turned on, to prevent code rot. # Build the entire project with all available debug options turned on, to prevent code rot.