Skip to content

Commit 0423dae

Browse files
authored
Added -y to apt-get install
1 parent aca0de8 commit 0423dae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: "Checkout package"
2222
uses: actions/checkout@v3
2323
- run: sudo apt-get update
24-
- run: sudo apt-get install doxygen graphviz
24+
- run: sudo apt-get install -y doxygen graphviz
2525
- run: doxygen
2626
- name: Setup Pages
2727
uses: actions/configure-pages@v3

0 commit comments

Comments
 (0)