Explorar el Código

fix: codeql.yml

Signed-off-by: DerSkythe <skif@skif.ws>
DerSkythe hace 2 años
padre
commit
cfad5a4c49
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/codeql.yml

+ 2 - 2
.github/workflows/codeql.yml

@@ -102,8 +102,8 @@ jobs:
         FBT_NO_SYNC: 0
         FBT_NO_SYNC: 0
         DIST_SUFFIX: 'codeql'
         DIST_SUFFIX: 'codeql'
         WORKFLOW_BRANCH_OR_TAG: release-cfw
         WORKFLOW_BRANCH_OR_TAG: release-cfw
-        # rm to remove problem FAP which includes non-existent files
-        run: |
+      # rm to remove problem FAP which includes non-existent files
+      run: |
           ./fbt COMPACT=1 DEBUG=0 FBT_NO_SYNC=0 fap_dist
           ./fbt COMPACT=1 DEBUG=0 FBT_NO_SYNC=0 fap_dist
 
 
     # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
     # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).