From 418785104d45e46b53ea84bb1c1583c9d8a588ea Mon Sep 17 00:00:00 2001 From: Matt <5415177+ZehMatt@users.noreply.github.com> Date: Tue, 27 Feb 2024 23:05:10 +0200 Subject: [PATCH] Disable ccache for clang-tidy workflow (#21471) --- .github/workflows/clang-tidy.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index 67b0d4498e..0c73415a91 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -15,13 +15,6 @@ jobs: container: openrct2/openrct2-build:13-jammy steps: - uses: actions/checkout@v4 - - name: ccache - uses: hendrikmuhs/ccache-action@v1 - with: - key: linux-clang - - name: Setup CCache environment - run: | - export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" - uses: ZehMatt/clang-tidy-annotations@v1 with: build_dir: 'build'