Skip to content

Commit 28334b0

Browse files
committed
Merge pull request #53 from bridadan/circle-gcc-4_9
Make CircleCI install GCC ARM 4.9 instead of 5.x or 6.x
2 parents 365a4a0 + 1e34af2 commit 28334b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencies:
1515
- cd ../testproject && git init
1616
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
1717
- sudo apt-get -y update
18-
- sudo apt-get -y install gcc-arm-embedded
18+
- sudo apt-get -y install gcc-arm-embedded=4.9-2015-q3-update
1919
override:
2020
- cd ../testproject/mbed-os && pip install -r requirements.txt

0 commit comments

Comments
 (0)