Explorar o código

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 hai 1 ano
pai
achega
840ae49a14
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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