瀏覽代碼

Add build_type input to build action

jimsterino98 4 月之前
父節點
當前提交
417a812105
共有 1 個文件被更改,包括 1 次插入0 次删除
  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'