diff options
author | Martmists <martmists@gmail.com> | 2020-04-19 22:53:39 +0200 |
---|---|---|
committer | Martmists <martmists@gmail.com> | 2020-04-19 22:53:39 +0200 |
commit | 438657ea2151ee77a403170e4842ddb6402c85cc (patch) | |
tree | e57329c3cb466b9fb4781513d3503682607c66b5 | |
parent | 6c2862c79d65a51f982cc91f46e9e28797096a06 (diff) |
Sudo
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c216f22f..3d6cd060 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: xenial language: c install: - - apt install binutils-arm-none-eabi wine + - sudo apt install binutils-arm-none-eabi wine - wget $TOOLS_URL - unzip mwccarm.zip - mv mwccarm tools |