mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
CI: Use correct CLDR cache path on GitHub Actions
This commit is contained in:
parent
bf80dea39c
commit
cff39734f1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -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.
|
||||
uses: actions/cache@03e00da99d75a2204924908e1cca7902cafce66b
|
||||
with:
|
||||
path: ${{ github.workspace }}/Build/CLDR
|
||||
path: ${{ github.workspace }}/Build/${{ matrix.arch }}/CLDR
|
||||
key: UnicodeLocale-${{ hashFiles('Meta/CMake/unicode_data.cmake') }}
|
||||
- name: Create build environment with extra debug options
|
||||
# Build the entire project with all available debug options turned on, to prevent code rot.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue