Skip to content

Commit

Permalink
added sudo rights in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsikalagaturu committed Nov 26, 2024
1 parent 35d7511 commit d83a8cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-format-lint-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
steps:
- name: Install dependencies
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y check clang-format clang-tidy cmake
sudo apt-get update
sudo apt-get install -y check clang-format clang-tidy cmake
- name: Set up workspace
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs_ci_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:

- name: Install dependencies
run: |
apt-get update
apt-get install -y doxygen cmake
sudo apt-get update
sudo apt-get install -y doxygen cmake
- name: Build API docs
run: |
Expand Down

0 comments on commit d83a8cf

Please sign in to comment.