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

Commit

Permalink
Fix Travis Ubuntu ARM toolchain installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasi Miettinen committed May 26, 2016
1 parent 9d0d129 commit c1c8a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/ansible/roles/common_ubuntu/tasks/arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
command: add-apt-repository -y ppa:terry.guo/gcc-arm-embedded

- name: Updating apt-cache
sudo: Yes
sudo: True
apt: update_cache=yes

- name: Install ARM GCC toolchain (Trusty)
Expand Down

0 comments on commit c1c8a0a

Please sign in to comment.