From 938536f55302f81aeae04b101e66541c8f9f65f9 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 28 Mar 2022 09:47:05 -0700 Subject: [PATCH] Don't turn on ccache unless asked for on the commandline --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37905e72..f19747e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,6 @@ on: [push, pull_request] env: LC_ALL: C - KALEIDOSCOPE_CCACHE: 1 ARDUINO_DIRECTORIES_USER: ${{ github.workspace }}/.arduino/user CLANG_FORMAT_CMD: clang-format-12 jobs: