From 5433a616d8a47bbb49e9e027d0cdd2d93b92cdce Mon Sep 17 00:00:00 2001 From: Eric Bouchut Date: Thu, 19 Oct 2023 21:19:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=20Customize=20Loop=20version=20?= =?UTF-8?q?3.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to use: - omnipod_cage - dexcom_sage - dexcom_upload_readings - now_line - 2002 - algorithm_experiments - testflight_expiration_warning See: https://www.loopandlearn.org/custom-code/#custom --- .github/workflows/build_loop.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index 697c291b50..f2a408676d 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -28,7 +28,22 @@ jobs: uses: actions/checkout@v4 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"