Prechádzať 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 1 rok pred
rodič
commit
2a338ae20b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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