浏览代码

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