Browse Source

Use Clang version as cache key.

Mario Zechner 3 years ago
parent
commit
9fdb628711
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/format-check.yml

+ 1 - 1
.github/workflows/format-check.yml

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