lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 4df0c13 3/3: Use fork of ccache action with v


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master 4df0c13 3/3: Use fork of ccache action with verbose stats output support
Date: Thu, 28 Oct 2021 20:13:59 -0400 (EDT)

branch: master
commit 4df0c137c0ccc8bf8703395a863f84007fb114cc
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Vadim Zeitlin <vadim@tt-solutions.com>

    Use fork of ccache action with verbose stats output support
    
    This should be useful to better see what is going on with the builds
    that take much longer when using ccache.
---
 .github/workflows/ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 084b775..6434b00 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -113,10 +113,11 @@ jobs:
           submodules: 'recursive'
 
       - name: Install CCache
-        uses: hendrikmuhs/ccache-action@v1
+        uses: vadz/ccache-action@51a14bafac785236dfc551c76c779429eaf85a13
         with:
           key: ${{ matrix.name }}
           max-size: 900M
+          verbose: 2
 
       - name: Set up build environment
         run: |



reply via email to

[Prev in Thread] Current Thread [Next in Thread]