diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c50d422586..681dde4f2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,7 +130,7 @@ jobs: - name: Cache ccache files uses: actions/cache@v4 with: - path: ~/.ccache + path: ~/.cache/ccache key: ccache-linux-${{ matrix.arch }}-${{ hashFiles('CHROMIUM_VERSION') }}-${{ steps.ccache-timestamp.outputs.CCACHE_TIMESTAMP }} restore-keys: ccache-linux-${{ matrix.arch }}-${{ hashFiles('CHROMIUM_VERSION') }}- - name: Install APT packages @@ -210,7 +210,7 @@ jobs: - name: Cache ccache files uses: actions/cache@v4 with: - path: ~/.ccache + path: ~/.cache/ccache key: ccache-android-${{ matrix.arch }}-${{ hashFiles('CHROMIUM_VERSION') }}-${{ steps.ccache-timestamp.outputs.CCACHE_TIMESTAMP }} restore-keys: ccache-android-${{ matrix.arch }}-${{ hashFiles('CHROMIUM_VERSION') }}- - name: Install APT packages @@ -545,7 +545,7 @@ jobs: - name: Cache ccache files uses: actions/cache@v4 with: - path: ~/.ccache + path: ~/.cache/ccache key: ccache-openwrt-${{ matrix.arch }}-${{ hashFiles('CHROMIUM_VERSION') }}-${{ steps.ccache-timestamp.outputs.CCACHE_TIMESTAMP }} restore-keys: ccache-openwrt-${{ matrix.arch }}-${{ hashFiles('CHROMIUM_VERSION') }}- - name: Install APT packages