Skip to content

Commit

Permalink
Update build_loop.yml
Browse files Browse the repository at this point in the history
Changed medium carb absorption time from 3 hours to 2 hours
  • Loading branch information
tycho40 authored Jul 24, 2024
1 parent f7f8b1c commit 968bedf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ jobs:
# Submodule xxxxx patches:
# Loop/LoopCore/LoopCoreConstants.swift : Changed medium absorption time from 3 hours to 2 hours
curl https://github.com/tycho40/Loop/commit/5187ce20723fe7fd940ad6b07332e76d14979209.patch | git apply --directory=Loop -v --whitespace=fix
# Add patches for customization of additional submodules by following the templates above,
# and make sure to specify the submodule by setting "--directory=(submodule_name)".
# Several patches may be added per submodule.
Expand Down Expand Up @@ -326,4 +329,4 @@ jobs:
name: build-artifacts
path: |
artifacts
buildlog
buildlog

0 comments on commit 968bedf

Please sign in to comment.