Skip to content

Commit

Permalink
Add ccache status
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Jan 4, 2024
1 parent cc42b20 commit 6a64f08
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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 .
Expand Down

0 comments on commit 6a64f08

Please sign in to comment.