From 900fb582a8a655ebad7db6d7288ff92f9d2cc54e Mon Sep 17 00:00:00 2001 From: momo5502 Date: Thu, 29 May 2025 11:43:43 +0200 Subject: [PATCH] More fixes --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9dea71b4..c747f0de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -268,7 +268,7 @@ jobs: uses: actions/cache@v3 with: path: ${{env.SCCACHE_CACHE}} - key: sccache-cache-${{runner.os}} + key: sccache-cache-${{runner.os}}-${{matrix.platform}}-${{matrix.configuration}} - name: Start sccache shell: bash @@ -303,7 +303,7 @@ jobs: - name: Cleanup sccache working-directory: ${{github.workspace}} shell: bash - run: sccache --stop-server + run: sccache -s && sccache --stop-server test: name: Test