소스 검색

ci: change default build with MAKE to false

The default value for the build_with_make input is changed to false to align with the current build process requirements.
TheWildJames 1 년 전
부모
커밋
2a338ae20b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -11,7 +11,7 @@ on:
         description: 'Build with MAKE?'
         required: true
         type: boolean
-        default: true
+        default: false
       release_type:
         description: "Choose Release Type"
         required: true