From 6a64f084dc807f0c964a006860c2296f9983c5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Wed, 3 Jan 2024 23:02:57 -0500 Subject: [PATCH] Add ccache status --- .github/workflows/osgeo4w.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/osgeo4w.yml b/.github/workflows/osgeo4w.yml index 218091717bd..299d5d69e98 100644 --- a/.github/workflows/osgeo4w.yml +++ b/.github/workflows/osgeo4w.yml @@ -194,6 +194,9 @@ jobs: # !${{ env.PackageDir }}/*/*/*/gdal/gdal-dev # !${{ env.PackageDir }}/*/*/setup.ini + - run: ccache -s -v -v + if: ${{ always() }} + shell: msys2 {0} - run: ls -la mswindows/osgeo4w/ shell: msys2 {0} - run: ls -la /c/OSGeo4W/bin/ @@ -218,6 +221,12 @@ jobs: - run: ls -la /c/OSGeo4W/bin/ if: ${{ always() }} shell: msys2 {0} + - run: ls -la .ccache + if: ${{ always() }} + shell: msys2 {0} + - run: ccache -s -v -v + if: ${{ always() }} + shell: msys2 {0} #- name: Compile GRASS GIS #run: .github/workflows/build_osgeo4w.sh .