Skip to content

Commit

Permalink
github: remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Mar 9, 2024
1 parent 89bf41e commit fea4eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: actions/checkout@v3
- name: Run linters
run: |
sudo apt update -y
sudo apt install -y make clang-format
apt update -y
apt install -y make clang-format
make lint

0 comments on commit fea4eea

Please sign in to comment.