Skip to content

Commit 1964f4b

Browse files
committed
Fix Github Actin w/ submodules
1 parent d76efe9 commit 1964f4b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v4
21+
with:
22+
submodules: true
2123
- uses: ./.github/workflows/actions/setup
2224
with:
2325
swift: ${{ matrix.swift }}
@@ -39,11 +41,13 @@ jobs:
3941
GITHUB_PAGES: "true"
4042
steps:
4143
- uses: actions/checkout@v4
44+
with:
45+
submodules: true
4246
- uses: ./.github/workflows/actions/setup
4347
with:
4448
swift: ${{ matrix.swift }}
4549
os: ${{ matrix.os }}
46-
50+
4751
- run: make .build/docs
4852
- uses: actions/upload-pages-artifact@v2
4953
with:

0 commit comments

Comments
 (0)