소스 검색

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'