Skip to content

Commit

Permalink
added sudo privileges in gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsikalagaturu committed Oct 25, 2024
1 parent 4d77b19 commit bf0397b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format_and_lint_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
steps:
- name: Install dependencies
run: |
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

0 comments on commit bf0397b

Please sign in to comment.