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.
2 parents 25df6e6 + c7a2228 commit a3559f1Copy full SHA for a3559f1
.github/workflows/build.yml
@@ -174,7 +174,7 @@ jobs:
174
run: |
175
sudo apt-get install -y gettext
176
pip install requests sh click setuptools awscli
177
- 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
+ wget https://adafruit-circuit-python.s3.amazonaws.com/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2
178
sudo tar -C /usr --strip-components=1 -xaf gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2
179
- name: Versions
180
0 commit comments