Skip to content

Commit

Permalink
Update build_loop.yml
Browse files Browse the repository at this point in the history
Increase future carb limit to 4h
  • Loading branch information
NightScoutForSeb authored Apr 22, 2024
1 parent ed8d7a0 commit 46ad823
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,19 @@ jobs:
# 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 \
future_carbs_4h \
low_carb_limit \
no_auth \
2002
# 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: find /usr/local/lib/ruby/gems -name table_printer.rb | xargs sed -i "" "/puts(Terminal::Table.new(params))/d"
Expand Down

0 comments on commit 46ad823

Please sign in to comment.