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

Commit

Permalink
Old version of tools wasn't available in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeighley committed Aug 28, 2015
1 parent e167ed4 commit 5125143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/ansible/roles/common_ubuntu/tasks/arm.yml
Expand Up @@ -11,7 +11,7 @@

- name: Install ARM GCC toolchain (Trusty)
sudo: True
shell: apt-get install gcc-arm-none-eabi=4.9.3.2014q4-0trusty12
shell: apt-get install gcc-arm-none-eabi=4.9.3.2015q2-1trusty1
when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '14.04'

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

0 comments on commit 5125143

Please sign in to comment.