Skip to content

Commit dde43e7

Browse files
Updates docs.yml workflow to use apt-get instead of apt
1 parent 90768ec commit dde43e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222

2323
- name: Prerequisites
2424
run: |
25-
sudo apt update
26-
sudo apt install doxygen graphviz
25+
sudo apt-get -y update
26+
sudo apt-get -y install doxygen graphviz
2727
2828
- name: Configure
2929
run: >

0 commit comments

Comments
 (0)