From 7300c3434db25b5aa4f7da74e2dff4c153bfd3a7 Mon Sep 17 00:00:00 2001 From: Timo Schwarzer Date: Sun, 9 Jun 2024 22:12:21 +0200 Subject: [PATCH] Disable sccache --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 96b04b1..3be90c9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: build_randomizer: runs-on: self-hosted env: - SCCACHE_GHA_ENABLED: "true" + # SCCACHE_GHA_ENABLED: "true" VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" steps: - name: Run sccache-cache