Use Clang version as cache key.

This commit is contained in:
Mario Zechner 2022-05-31 12:38:58 +02:00
parent 45da272d88
commit 9fdb628711

View File

@ -20,7 +20,7 @@ jobs:
uses: actions/cache@v2
with:
path: clang
key: ${{ runner.os }}-clang
key: ${{ runner.os }}-clang-13-0-1
- name: Install Clang
if: steps.cache-clang.outputs.cache-hit != 'true'