Skip to content

Commit e7d8db9

Browse files
authored
Don't bother printing ccache stats on packaging workflow. (#367)
1 parent 022f6c5 commit e7d8db9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,6 @@ jobs:
366366
name: firebase-cpp-sdk-${{ env.SDK_NAME }}-build
367367
path: firebase-cpp-sdk-${{ env.SDK_NAME }}-build.tgz
368368

369-
- name: Stats for ccache (mac and linux)
370-
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
371-
run: ccache -s
372-
373369
package_desktop:
374370
name: package-${{ matrix.sdk_platform }}${{ matrix.suffix }}
375371
runs-on: ${{ matrix.runs_on_platform }}

0 commit comments

Comments
 (0)