ci: try with sudo
This commit is contained in:
parent
8408ec6311
commit
3190f58a15
|
@ -110,7 +110,7 @@ jobs:
|
|||
steps:
|
||||
- run:
|
||||
name: Check table of contents
|
||||
command: npm install -g doctoc && make check_toc
|
||||
command: sudo npm install -g doctoc && make check_toc
|
||||
lint:
|
||||
docker:
|
||||
- image: circleci/python:3.6
|
||||
|
|
Loading…
Reference in New Issue