From ac478c19285b91ccd64d10a12bc413bb98fc4122 Mon Sep 17 00:00:00 2001 From: Hongli Lai Date: Sun, 6 Oct 2024 14:32:20 +0200 Subject: [PATCH] sccache sudo --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a91d50ca3..510133b7d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,6 @@ jobs: env: ARCH_AND_OS: x86_64-unknown-linux-musl SCCACHE_AZURE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }} - SCCACHE_LOG: debug - name: Setup library dependencies run: > @@ -51,7 +50,7 @@ jobs: cp test/config.json.github-ci-linux test/config.json - name: Build C++ tests - run: bundle exec drake -j4 test:cxx:build SCCACHE_LOG=debug + run: bundle exec drake -j4 test:cxx:build; cat buildout/libev/config.log; false - name: Run C++ tests run: >