Skip to content

Commit

Permalink
refactor Deployt action
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarshRawat1 committed Jun 19, 2024
1 parent 4ea6894 commit 161a848
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y clang graphviz libclang1-9
sudo apt-get install -y clang
sudo apt-get install graphviz -y
shell: bash

- name: "Doxygen Installation"
Expand Down

0 comments on commit 161a848

Please sign in to comment.