Przeglądaj źródła

Add build_type input to build action

jimsterino98 4 miesięcy temu
rodzic
commit
417a812105
1 zmienionych plików z 1 dodań i 0 usunięć
  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'