Skip to content

Commit c408b50

Browse files
authored
Update build_loop.yml
1 parent 7ae3f68 commit c408b50

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/build_loop.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,22 @@ jobs:
211211
# Several patches may be added per submodule.
212212
# Adding comments (#) may be useful to easily tell the individual patches apart.
213213
214+
# The lines below add the customizations listed using the CustomizationSelect script
215+
# The "\" is a continuation character
216+
# the line following a "\" should not be blank
217+
/bin/bash -c "$(curl -fsSL \
218+
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \
219+
now_line \
220+
negative_insulin
221+
222+
AI Food Search customization
223+
export SCRIPT_BRANCH=prelim_ai_food && \
224+
export PATCH_BRANCH=prelim_ai_food && \
225+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/loopandlearn/lnl-scripts/$SCRIPT_BRANCH/CustomizationSelect.sh)" food_search
226+
227+
# the final customization listed above CANNOT have a continuation character
228+
# more customizations can be pasted after this line
229+
214230
# Patch Fastlane Match to not print tables
215231
- name: Patch Match Tables
216232
run: |

0 commit comments

Comments
 (0)