Skip to content

Commit fea93b8

Browse files
committed
ci(workflows): uncomment dummy fw_sample.i creation for gs201
The dummy file creation step was previously commented out but is needed for gs201 builds. Uncommenting this step ensures the required file is created during the workflow.
1 parent 3dc9e24 commit fea93b8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/sultan.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ jobs:
8383
git clone https://github.com/TheWildJames/kernel_patches.git
8484
git clone https://github.com/kerneltoast/${{ inputs.repo }}
8585
86-
#- name: Add dummy fw_sample.i file for gs201
87-
# if: ${{ inputs.codename == 'gs201' }}
88-
# run: |
89-
# echo "Adding dummy fw_sample.i file for gs201..."
90-
# cd "$CONFIG"
91-
# mkdir -p include/firmware
92-
# touch include/firmware/fw_sample.i
93-
# echo "Dummy fw_sample.i file created for gs201"
86+
- name: Add dummy fw_sample.i file for gs201
87+
if: ${{ inputs.codename == 'gs201' }}
88+
run: |
89+
echo "Adding dummy fw_sample.i file for gs201..."
90+
cd "$CONFIG"
91+
mkdir -p include/firmware
92+
touch include/firmware/fw_sample.i
93+
echo "Dummy fw_sample.i file created for gs201"
9494
9595
- name: Add KernelSU
9696
run: |

0 commit comments

Comments
 (0)