Skip to content

Commit 00a210a

Browse files
committed
ci(workflows): remove dummy fw_sample.i creation for gs201
The dummy file creation step is no longer needed as the requirement has been removed or handled elsewhere.
1 parent f61bf8b commit 00a210a

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

0 commit comments

Comments
 (0)