Przeglądaj źródła

Change condition for root flavor setup

jimsterino98 3 dni temu
rodzic
commit
ce92abfe48
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/build.yml

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

@@ -235,7 +235,7 @@ jobs:
           done
 
       - name: Setup Selected Root Implementation
-        if: inputs.root_flavor != ''
+        if: inputs.root_flavor != 'none'
         uses: ./.github/actions/root-setup
         with:
           flavor: ${{ inputs.root_flavor }}