Skip to content

Commit 7e909d5

Browse files
authored
[libc++][CI] Fixes documentation builder. (#78327)
The documentation CI no longer builds. This is likely introduced by 8f90e69. This fixes the issue.
1 parent 8d7bba0 commit 7e909d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: Build libcxx docs
139139
if: steps.docs-changed-subprojects.outputs.libcxx_any_changed == 'true'
140140
run: |
141-
cmake -B libcxx-build -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_RUNTIMES="libcxxabi;libcxx" -DLLVM_ENABLE_SPHINX=ON ./runtimes
141+
cmake -B libcxx-build -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_RUNTIMES="libcxxabi;libcxx;libunwind" -DLLVM_ENABLE_SPHINX=ON ./runtimes
142142
TZ=UTC ninja -C libcxx-build docs-libcxx-html
143143
- name: Build libc docs
144144
if: steps.docs-changed-subprojects.outputs.libc_any_changed == 'true'

0 commit comments

Comments
 (0)