File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ jobs:
7373 git clone https://github.com/TheWildJames/kernel_patches.git
7474 git clone https://github.com/kerneltoast/${{ inputs.repo }}
7575
76- - name : Add dummy fw_sample.i file for gs201
77- if : ${{ inputs.codename == 'gs201' }}
78- run : |
79- echo "Adding dummy fw_sample.i file for gs201..."
80- cd "$CONFIG"
81- mkdir -p include/firmware
82- touch include/firmware/fw_sample.i
83- echo "Dummy fw_sample.i file created for gs201"
76+ # - name: Add dummy fw_sample.i file for gs201
77+ # if: ${{ inputs.codename == 'gs201' }}
78+ # run: |
79+ # echo "Adding dummy fw_sample.i file for gs201..."
80+ # cd "$CONFIG"
81+ # mkdir -p include/firmware
82+ # touch include/firmware/fw_sample.i
83+ # echo "Dummy fw_sample.i file created for gs201"
8484
8585 - name : Add KernelSU
8686 run : |
You can’t perform that action at this time.
0 commit comments