Skip to content

Commit 982a40d

Browse files
authored
Update build_loop.yml
1 parent 2cc473d commit 982a40d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build_loop.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,11 @@ jobs:
285285
# Several patches may be added per submodule.
286286
# Adding comments (#) may be useful to easily tell the individual patches apart.
287287
288+
# Submodule Loop Food Search:
289+
export SCRIPT_BRANCH=prelim_ai_food && \
290+
export PATCH_BRANCH=prelim_ai_food && \
291+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/loopandlearn/lnl-scripts/$SCRIPT_BRANCH/CustomizationSelect.sh)" food_search
292+
288293
# Patch Fastlane Match to not print tables
289294
- name: Patch Match Tables
290295
run: |
@@ -335,4 +340,4 @@ jobs:
335340
path: |
336341
artifacts
337342
buildlog
338-
export SCRIPT_BRANCH=prelim_ai_food && export PATCH_BRANCH=prelim_ai_food && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/loopandlearn/lnl-scripts/$SCRIPT_BRANCH/CustomizationSelect.sh)" food_search
343+

0 commit comments

Comments
 (0)