Skip to content
Open

fdf #398

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,17 @@ 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)" \
dexcom_upload_readings \
no_auth


# 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