|
@@ -36,9 +36,6 @@ on:
|
|
|
ntsync:
|
|
ntsync:
|
|
|
required: true
|
|
required: true
|
|
|
type: string
|
|
type: string
|
|
|
- bbrv1:
|
|
|
|
|
- required: true
|
|
|
|
|
- type: string
|
|
|
|
|
bbrv3:
|
|
bbrv3:
|
|
|
required: true
|
|
required: true
|
|
|
type: string
|
|
type: string
|
|
@@ -248,7 +245,7 @@ jobs:
|
|
|
uses: ./.github/actions/optimization
|
|
uses: ./.github/actions/optimization
|
|
|
|
|
|
|
|
- name: Fix WiFi and Bluetooth on Samsung 6.6 GKI devices
|
|
- name: Fix WiFi and Bluetooth on Samsung 6.6 GKI devices
|
|
|
- if: ${{ env.KERNEL_VERSION == '6.6' }}
|
|
|
|
|
|
|
+ if: ${{ env.KERNEL_VER == '6.6' }}
|
|
|
uses: ./.github/actions/6.6-fix
|
|
uses: ./.github/actions/6.6-fix
|
|
|
|
|
|
|
|
- name: temp fix for m55 bootloop maybe
|
|
- name: temp fix for m55 bootloop maybe
|
|
@@ -273,7 +270,6 @@ jobs:
|
|
|
susfs: ${{ inputs.susfs }}
|
|
susfs: ${{ inputs.susfs }}
|
|
|
zeromount: ${{ inputs.zeromount }}
|
|
zeromount: ${{ inputs.zeromount }}
|
|
|
bbg: ${{ inputs.bbg }}
|
|
bbg: ${{ inputs.bbg }}
|
|
|
- bbrv1: ${{ inputs.bbrv1 }}
|
|
|
|
|
bbrv3: ${{ inputs.bbrv3 }}
|
|
bbrv3: ${{ inputs.bbrv3 }}
|
|
|
droidspaces: ${{ inputs.droidspace }}
|
|
droidspaces: ${{ inputs.droidspace }}
|
|
|
ntsync: ${{ inputs.ntsync }}
|
|
ntsync: ${{ inputs.ntsync }}
|