mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
More fixes
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user