diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e47f290..f7736ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,13 +82,15 @@ jobs: - name: Check ~ run : ls -a ~ - name: find ccache - run: find . -iname ".ccache" + run: find / -type d -name ".ccache" 2>/dev/null - name: view cache run : ls -a ~/.ccache - name: tree cache run : tree ~/.ccache - - name: ccache stats + - name: ccache config run: ccache -p + - name: ccache stats + run: ccache -s # - name: Test # working-directory: ${{ steps.strings.outputs.build-output-dir }}