diff --git a/.github/actions/xahau-ga-build/action.yml b/.github/actions/xahau-ga-build/action.yml index b6c23c6a0..22f861a3c 100644 --- a/.github/actions/xahau-ga-build/action.yml +++ b/.github/actions/xahau-ga-build/action.yml @@ -161,7 +161,8 @@ runs: shell: bash run: | cd ${{ inputs.build_dir }} - cmake --build . --config ${{ inputs.configuration }} --parallel $(nproc) + # TEMPORARY: Add -v to see compile commands for ccache debugging + cmake --build . --config ${{ inputs.configuration }} --parallel $(nproc) -- -v - name: Show ccache statistics if: inputs.ccache_enabled == 'true'