Skip to content

Commit 6c42c79

Browse files
committed
Follow master branch for apple-private-apis submodule
1 parent 4df9c40 commit 6c42c79

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
17-
submodules: true
17+
submodules: recursive
1818

1919
- name: Install Protobuf compiler
2020
run: |

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "apple-private-apis"]
22
path = apple-private-apis
33
url = [email protected]:OpenBubbles/apple-private-apis.git
4+
branch = master

0 commit comments

Comments
 (0)