From 58ef4be32174181f8c8993818f5a761b39e78456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 6 Jun 2024 08:19:39 +0200 Subject: [PATCH] Update build-tarball.yml Co-authored-by: Moshe Atlow --- .github/workflows/build-tarball.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml index 2c197280f093fa..3642e4f330d763 100644 --- a/.github/workflows/build-tarball.yml +++ b/.github/workflows/build-tarball.yml @@ -30,8 +30,8 @@ concurrency: env: PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying - CC: clang - CXX: clang++ + CC: sccache clang + CXX: sccache clang++ permissions: contents: read