From d22049769823f44c31cd62671fc00d7ad996c434 Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Sun, 26 Jan 2025 15:45:50 -0500 Subject: [PATCH] remove ccache --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce1715985b4..410a261ef2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,6 @@ jobs: submodules: recursive - name: Configure run: | - ccache --zero-stats cmake -S . \ -B build \ -DCMAKE_INSTALL_PREFIX=./install \