Skip to content

Commit 0998a61

Browse files
committed
Installing packages with sudo
1 parent dbc6981 commit 0998a61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
- name: Install packages
30-
run: apt update && apt upgrade -y && apt install doxygen graphviz
30+
run: sudo apt update && sudo apt upgrade -y && sudo apt install doxygen graphviz
3131

3232
- name: Build the documentation
3333
run: doxygen

0 commit comments

Comments
 (0)