ci: remove sudo

This commit is contained in:
Eduardo San Martin Morote
2018-08-08 11:41:20 +02:00
parent 3c9e78f75c
commit c4ba4df60b

View File

@@ -29,7 +29,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: sudo apt-get install make
- run: apt-get install make
- run: make dependencies
- save_cache: