Skip to content

Commit

Permalink
[CI] Display conan cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 22, 2024
1 parent 3b02d5f commit 31ccb43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ jobs:
path: ~/.m2
if-no-files-found: error

- run: du -hs ~/.conan2/
- run: du -hs ~/.conan2/p
- run: du -hs ~/.conan2/p/b

instrumentedTests-aosp_atd-target:
name: android-${{ matrix.api-level }} on ${{ matrix.arch }} (${{ matrix.api-type-target }})
needs: build
Expand Down

0 comments on commit 31ccb43

Please sign in to comment.