diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index ba195b876..2c572a6f8 100644 --- a/.github/workflows/format-check.yml +++ b/.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'