More fixes

This commit is contained in:
momo5502
2025-05-29 11:43:43 +02:00
parent 1605d48a18
commit 900fb582a8

View File

@@ -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