Skip to content

Commit

Permalink
Update build_loop.yml
Browse files Browse the repository at this point in the history
Code Customization
  • Loading branch information
fmb787 authored Aug 21, 2024
1 parent 8060718 commit b0011d8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,18 @@ jobs:
# and make sure to specify the submodule by setting "--directory=(submodule_name)".
# Several patches may be added per submodule.
# Adding comments (#) may be useful to easily tell the individual patches apart.
# The lines below add the customizations listed using the CustomizationSelect script
# The "\" is a continuation character
# the line following a "\" should not be blank
/bin/bash -c "$(curl -fsSL \
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \
high_carb_limit \
now_line \
meal_days
# the final customization listed above CANNOT have a continuation character
# more customizations can be pasted after this line
# Patch Fastlane Match to not print tables
- name: Patch Match Tables
run: |
Expand Down Expand Up @@ -326,4 +337,4 @@ jobs:
name: build-artifacts
path: |
artifacts
buildlog
buildlog

0 comments on commit b0011d8

Please sign in to comment.