Skip to content

Commit 7f1306f

Browse files
committed
Merge pull request #55 from bridadan/fix-circle-gcc
Fixing package name for gcc arm
2 parents 28334b0 + afc83e6 commit 7f1306f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dependencies:
1313
- cd ../ && mkdir testproject
1414
- cd ../ && cp -r mbed-os testproject
1515
- cd ../testproject && git init
16-
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
16+
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
1717
- sudo apt-get -y update
18-
- sudo apt-get -y install gcc-arm-embedded=4.9-2015-q3-update
18+
- sudo apt-get -y install gcc-arm-none-eabi=4.9.3.2015q3-1precise1
1919
override:
2020
- cd ../testproject/mbed-os && pip install -r requirements.txt

0 commit comments

Comments
 (0)