Skip to content

Commit

Permalink
Updates docs.yml workflow to use apt-get instead of apt
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-langholtz committed Feb 28, 2024
1 parent 90768ec commit dde43e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: Prerequisites
run: |
sudo apt update
sudo apt install doxygen graphviz
sudo apt-get -y update
sudo apt-get -y install doxygen graphviz
- name: Configure
run: >
Expand Down

0 comments on commit dde43e7

Please sign in to comment.