Przeglądaj źródła

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 rok temu
rodzic
commit
840ae49a14
1 zmienionych plików z 1 dodań i 1 usunięć
  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