Merge branch '4.1-beta' into 4.2-beta

This commit is contained in:
Mario Zechner 2022-05-31 12:39:12 +02:00
commit 587d6f5376

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'