Procházet zdrojové kódy

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 před 1 rokem
rodič
revize
2a338ae20b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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