浏览代码

Use Clang version as cache key.

Mario Zechner 3 年之前
父节点
当前提交
9fdb628711
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/format-check.yml

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

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