Skip to content

Commit d76efe9

Browse files
committed
Fix job BuildDocC failure
1 parent c3062dd commit d76efe9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v4
4242
- uses: ./.github/workflows/actions/setup
43+
with:
44+
swift: ${{ matrix.swift }}
45+
os: ${{ matrix.os }}
46+
4347
- run: make .build/docs
4448
- uses: actions/upload-pages-artifact@v2
4549
with:

0 commit comments

Comments
 (0)