Răsfoiți Sursa

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 an în urmă
părinte
comite
840ae49a14
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/main.yml

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

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