Skip to content

Commit

Permalink
Remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-bhuiyan committed Aug 13, 2024
1 parent 34719fb commit 20d0d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
spack install yaml-cpp
- name: Install Clang-Tidy
run: |
sudo apt-get update -y
sudo apt-get install -y clang-tidy
apt-get update -y
apt-get install -y clang-tidy
- name: Clone
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 20d0d12

Please sign in to comment.