ci: don't run sudo

This commit is contained in:
Alessandro Pezzè 2021-12-27 15:15:41 +01:00
parent 0c378132b4
commit fa70f0580f

View file

@ -13,7 +13,7 @@ jobs:
git submodule update --remote
- run:
name: Install deps
command: sudo make dev-install
command: make dev-install
- run:
name: Linting
command: make format-check