Skip to content

Commit d7f700f

Browse files
committed
try to fix docc generation
1 parent af28a4b commit d7f700f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/doc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,17 @@ jobs:
2323
name: github-pages
2424
url: ${{ steps.deployment.outputs.page_url }}
2525
runs-on: ubuntu-latest
26+
container:
27+
image: swift:6.2-noble
2628
steps:
2729
- name: Checkout
2830
uses: actions/checkout@v5
2931
- name: Setup Pages
3032
uses: actions/configure-pages@v5
33+
- name: Install Swift SDK dependencies
34+
run: |
35+
apt-get -y update
36+
apt-get install -y libssl-dev make
3137
- name: Build DocC
3238
run: |
3339
make generate-docs

0 commit comments

Comments
 (0)