From 100e74d4d627511b2388ce199f3a2a80d5587ad3 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 18 Jan 2025 18:09:58 +0100 Subject: [PATCH] restore deleted line break --- .github/workflows/mips64.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mips64.yml b/.github/workflows/mips64.yml index 56da22c6b..bad7bf85e 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 }}