Просмотр исходного кода

ci: set MAKE build default to true in workflow

The default value for the MAKE build option was changed from false to true to streamline the build process for most common use cases.
TheWildJames 1 год назад
Родитель
Сommit
840ae49a14
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: false
+        default: true
       release_type:
         description: "Choose Release Type"
         required: true