Skip to content

Commit c3aac3a

Browse files
author
Alexander Batashev
authored
[SYCL] Fix dependencies for Doxygen job (#1206)
configure.py requires Ninja to be installed on build machine, which is missing from default GitHub Actions Linux environments. Install ninja-build package before proceeding to CMake configuration. Signed-off-by: Alexander Batashev <[email protected]>
1 parent 7b08fdf commit c3aac3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
repository: intel/llvm-docs
1818
path: docs
1919
- name: Install deps
20-
run: sudo apt-get install -y doxygen graphviz ssh
20+
run: sudo apt-get install -y doxygen graphviz ssh ninja-build
2121
- name: Build Docs
2222
run: |
2323
mkdir -p $GITHUB_WORKSPACE/build

0 commit comments

Comments
 (0)