Skip to content

Commit 74b2466

Browse files
authored
Update docs.yml
1 parent d9dcd93 commit 74b2466

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up CMake + Doxygen dependencies
2626
run: |
2727
sudo apt update
28-
sudo apt install -y doxygen graphviz ninja-build
28+
sudo apt install -y cmake doxygen graphviz ninja-build
2929
3030
- name: Configure project with CMake Preset
3131
run: cmake --preset gcc-RelWithDebInfo

0 commit comments

Comments
 (0)