We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022f6c5 commit e7d8db9Copy full SHA for e7d8db9
.github/workflows/cpp-packaging.yml
@@ -366,10 +366,6 @@ jobs:
366
name: firebase-cpp-sdk-${{ env.SDK_NAME }}-build
367
path: firebase-cpp-sdk-${{ env.SDK_NAME }}-build.tgz
368
369
- - name: Stats for ccache (mac and linux)
370
- if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
371
- run: ccache -s
372
-
373
package_desktop:
374
name: package-${{ matrix.sdk_platform }}${{ matrix.suffix }}
375
runs-on: ${{ matrix.runs_on_platform }}
0 commit comments