From 08203555b028f96658c006b17c713a2fb60bbf0a Mon Sep 17 00:00:00 2001 From: Nicola Sella Date: Thu, 7 Sep 2023 18:47:25 +0200 Subject: [PATCH] update info step --- .github/workflows/test-build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-build.yaml b/.github/workflows/test-build.yaml index 33bebeb79..1d7bfecf2 100644 --- a/.github/workflows/test-build.yaml +++ b/.github/workflows/test-build.yaml @@ -15,13 +15,13 @@ jobs: with: fetch-depth: 0 - - name: where am I? - run: pwd; ls -l - - name: Install dependencies run: | dnf install -y ccache && dnf builddep -y ./dnf5.spec + - name: Am I using ccache? + run: ls -l /usr/local/bin/{c++,cc,g++,gcc} + - name: Prepare ccache timestamp id: ccache_cache_timestamp shell: cmake -P {0}