mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Build: Correct ccache keys.
It seems to use id*, so clang was matching other builds sometimes.
This commit is contained in:
parent
8b3526b8c2
commit
3554e2ee72
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -120,12 +120,12 @@ jobs:
|
||||
cc: clang
|
||||
cxx: clang++
|
||||
args: ./b.sh --headless --unittest
|
||||
id: clang
|
||||
id: clang-normal
|
||||
- os: ubuntu-latest
|
||||
cc: gcc
|
||||
cxx: g++
|
||||
args: ./b.sh --headless --unittest
|
||||
id: gcc
|
||||
id: gcc-normal
|
||||
|
||||
- os: ubuntu-latest
|
||||
extra: android
|
||||
|
Loading…
Reference in New Issue
Block a user