Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit c1c8a0a

Browse files
author
Pasi Miettinen
committed
Fix Travis Ubuntu ARM toolchain installation
1 parent 9d0d129 commit c1c8a0a

File tree

1 file changed

+1
-1
lines changed
  • setup/ansible/roles/common_ubuntu/tasks

1 file changed

+1
-1
lines changed

setup/ansible/roles/common_ubuntu/tasks/arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
command: add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
77

88
- name: Updating apt-cache
9-
sudo: Yes
9+
sudo: True
1010
apt: update_cache=yes
1111

1212
- name: Install ARM GCC toolchain (Trusty)

0 commit comments

Comments
 (0)