|
@@ -277,6 +277,7 @@ jobs:
|
|
|
uses: ./.github/actions/build
|
|
uses: ./.github/actions/build
|
|
|
with:
|
|
with:
|
|
|
branch: ${{ inputs.branch }}
|
|
branch: ${{ inputs.branch }}
|
|
|
|
|
+ build_type: ${{ inputs.build_type }}
|
|
|
|
|
|
|
|
- name: ccache stats
|
|
- name: ccache stats
|
|
|
if: inputs.cache == 'true' && inputs.build_type == 'make'
|
|
if: inputs.cache == 'true' && inputs.build_type == 'make'
|