1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Disable ccache for clang-tidy workflow (#21471)

This commit is contained in:
Matt
2024-02-27 23:05:10 +02:00
committed by GitHub
parent 063c4f7bce
commit 418785104d

View File

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