Skip to content

Commit 4f0a7fd

Browse files
authored
Merge pull request #17 from stevesoltys/master
Follow master branch for apple-private-apis submodule
2 parents 4df9c40 + 3b6a1ad commit 4f0a7fd

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- uses: actions/checkout@v4
16-
with:
17-
submodules: true
16+
17+
- name: Update submodules
18+
run: git submodule update --init --recursive --remote
1819

1920
- name: Install Protobuf compiler
2021
run: |

.gitmodules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "apple-private-apis"]
22
path = apple-private-apis
3-
url = [email protected]:OpenBubbles/apple-private-apis.git
3+
url = https://github.com/OpenBubbles/apple-private-apis.git
4+
branch = master

0 commit comments

Comments
 (0)