diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f3a8642f31cd..5b6bda79067a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -157,6 +157,8 @@ jobs: if: ${{ ! (startsWith(matrix.platform, 'android') && matrix.config == 'debug') }} with: path: src + # Use fetch depth of 0 to get full history for a valid build id. + fetch-depth: 0 - name: Build Cobalt uses: ./src/.github/actions/build # TODO(bug?): android debug builds are broken.