Skip to content

Commit

Permalink
ci: Fix sudo for CI dep installs
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl committed Dec 31, 2024
1 parent ef372ee commit c0410ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/lint/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ main() {
trap _cleanup 0 1 2 3 6 15 ERR
cd "$_SCRIPT_DIR/../../"

./make.sh pkg-install-deps
./make.sh pkg-install-llvm
sudo ./make.sh pkg-install-deps
sudo ./make.sh pkg-install-llvm
./make.sh check-lints
./make.sh check_sh
./make.sh check_py
Expand Down

0 comments on commit c0410ec

Please sign in to comment.