From cff39734f1f0651b1d42feeded3f20fedea95b22 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 21 Oct 2021 11:19:16 -0400 Subject: [PATCH] CI: Use correct CLDR cache path on GitHub Actions --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 45528fce3d..68e1d84823 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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.