Skip to content

Commit

Permalink
Merge pull request #1 from ebouchut/config/browser_build-customization
Browse files Browse the repository at this point in the history
🔧  Customize Loop version 3.2.3
  • Loading branch information
ebouchut authored Oct 19, 2023
2 parents 279e6c5 + 91f7d5e commit 645cdb1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,22 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive


# Customize Loop: Download and apply patches
# See: https://www.loopandlearn.org/custom-code/#custom
- name: Customize Loop
run: |
/bin/bash -c "$(curl -fsSL \
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \
omnipod_cage \
dexcom_sage \
dexcom_upload_readings \
now_line \
2002 \
algorithm_experiments \
testflight_expiration_warning
# 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 645cdb1

Please sign in to comment.