Skip to content

Commit a3559f1

Browse files
authored
Merge pull request #2403 from adafruit/tannewt-patch-1
Switch to fetching GCC from AWS
2 parents 25df6e6 + c7a2228 commit a3559f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
run: |
175175
sudo apt-get install -y gettext
176176
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
177+
wget https://adafruit-circuit-python.s3.amazonaws.com/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2
178178
sudo tar -C /usr --strip-components=1 -xaf gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2
179179
- name: Versions
180180
run: |

0 commit comments

Comments
 (0)