Skip to content

Commit fe2cef8

Browse files
committed
build_loop.yml: use curl instead of wget for downloading patches
1 parent 985f47a commit fe2cef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_loop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ jobs:
7575
# Submodule Loop patches:
7676
# Template for customizing submodule Loop (changes Loop app name to "CustomLoop")
7777
# Remove the "#" sign from the beginning of the line below to activate:
78-
#wget -qO- https://github.com/loopnlearn/Loop/commit/d206432b024279ef710df462b20bd464cd9682d4.patch | git apply --directory=Loop -v --whitespace=fix
78+
#curl https://github.com/loopnlearn/Loop/commit/d206432b024279ef710df462b20bd464cd9682d4.patch | git apply --directory=Loop -v --whitespace=fix
7979
8080
# Submodule LoopKit patches:
8181
# General template for customizing submodule LoopKit
8282
# Copy url from a GitHub commit or pull request and insert below, and remove the "#" sign from the beginning of the line to activate:
83-
#wget -qO- url_to_github_commit.patch | git apply --directory=LoopKit -v --whitespace=fix
83+
#curl url_to_github_commit.patch | git apply --directory=LoopKit -v --whitespace=fix
8484
8585
# Submodule xxxxx patches:
8686

0 commit comments

Comments
 (0)