Build: Correct ccache keys.

It seems to use id*, so clang was matching other builds sometimes.
This commit is contained in:
Unknown W. Brackets 2022-08-13 00:16:26 -07:00
parent 8b3526b8c2
commit 3554e2ee72

View File

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