Skip to content

Commit eb44b2b

Browse files
committed
build.yml: Use a newer build toolchain
.. the new version is not offered in .deb form, so the installation process also changes
1 parent c000567 commit eb44b2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ jobs:
168168
run: |
169169
sudo apt-get install -y gettext
170170
pip install requests sh click setuptools awscli
171-
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
171+
wget https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/RC2.1/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2
172+
sudo tar -C /usr --strip-components=1 -xaf gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2
172173
- name: Versions
173174
run: |
174175
gcc --version

0 commit comments

Comments
 (0)