mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
ci: don't run sudo
This commit is contained in:
parent
0c378132b4
commit
fa70f0580f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue