Browse Source

Add build_type input to build action

jimsterino98 4 tháng trước cách đây
mục cha
commit
417a812105
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

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