diff --git a/.github/workflows/mips64.yml b/.github/workflows/mips64.yml index 56da22c6b0..bad7bf85e1 100644 --- a/.github/workflows/mips64.yml +++ b/.github/workflows/mips64.yml @@ -59,7 +59,8 @@ jobs: - name: Compilation cache uses: actions/cache@v3 - with: path: ~/.ccache + with: + path: ~/.ccache key: ccache-${{ runner.os }}-${{ matrix.target }}-${{ github.ref }}-${{ github.sha }} restore-keys: | ccache-${{ runner.os }}-${{ matrix.target }}-${{ github.ref }}