Procházet zdrojové kódy

Remove chroot support from build workflow

Removed chroot input and related action from build workflow.
jimsterino98 před 1 měsícem
rodič
revize
0ff9e52f3d
1 změnil soubory, kde provedl 0 přidání a 7 odebrání
  1. 0 7
      .github/workflows/build.yml

+ 0 - 7
.github/workflows/build.yml

@@ -39,9 +39,6 @@ on:
       droidspace:
         required: true
         type: string
-      chroot:
-        required: true
-        type: string
       ntsync:
         required: true
         type: string
@@ -259,10 +256,6 @@ jobs:
         with:
           kernel_version: ${{ inputs.kernel_version }}
 
-      - name: Add ubuntu-chroot support
-        if: inputs.chroot == 'true'
-        uses: ./.github/actions/chroot
-
       - name: Add ntsync
         if: inputs.ntsync == 'true'
         uses: ./.github/actions/ntsync