mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 22:16:07 -05:00
ci: try with sudo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user