Skip to content

Commit 2a2ea15

Browse files
authored
Install with -y
1 parent 4e8c968 commit 2a2ea15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Install doxygen
10-
run: sudo apt-get install doxygen doxygen-doc doxygen-latex doxygen-gui graphviz cmake
10+
run: sudo apt-get install -y doxygen doxygen-doc doxygen-latex doxygen-gui graphviz cmake
1111
- name: Install doxygen
1212
run: |
1313
cat > CMakeLists.txt <<\EOF

0 commit comments

Comments
 (0)