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 d17dd02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/ansible/roles/common_ubuntu/tasks/arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

- name: Add ARM GCC repo toolchain repository
sudo: True
command: add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
command: add-apt-repository -y ppa:team-gcc-arm-embedded/ppa

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

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

0 comments on commit d17dd02

Please sign in to comment.