|
|
@@ -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
|