Skip to content

Commit 362845d

Browse files
committed
install arm gcc
1 parent 937ff8d commit 362845d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
run: |
2020
sudo apt-get install -y gettext
2121
pip install requests sh click setuptools
22+
wget https://s3.amazonaws.com/adafruit-circuit-python/gcc-arm-embedded_7-2018q2-1~xenial1_amd64.deb && sudo dpkg -i gcc-arm-embedded*_amd64.deb
23+
- name: Versions
24+
run: |
25+
gcc --version
26+
arm-none-eabi-gcc --version
27+
python3 --version
2228
- uses: actions/checkout@v1
2329
with:
2430
submodules: true

0 commit comments

Comments
 (0)