We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1553a64 commit eea8bc4Copy full SHA for eea8bc4
.github/workflows/build.yml
@@ -341,7 +341,7 @@ jobs:
341
run: |
342
sudo apt-get install -y gettext
343
pip install requests sh click setuptools awscli
344
- wget --no-verbose https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q2/gcc-arm-none-eabi-10-2020-q2-preview-x86_64-linux.tar.bz2
+ wget --no-verbose https://adafruit-circuit-python.s3.amazonaws.com/gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2
345
sudo tar -C /usr --strip-components=1 -xaf gcc-arm-none-eabi-10-2020-q2-preview-x86_64-linux.tar.bz2
346
- name: Versions
347
0 commit comments