Преглед на файлове

Remove chroot support from build workflow

Removed chroot input and related action from build workflow.
jimsterino98 преди 1 месец
родител
ревизия
0ff9e52f3d
променени са 1 файла, в които са добавени 0 реда и са изтрити 7 реда
  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