diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-12-14 15:41:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-14 15:41:17 -0500 |
| commit | eea8bc4999fc56990884e7854a9402b3633000d7 (patch) | |
| tree | f8df6e0cd807a91ad9e2875694234f2ab5b482fc /.github | |
| parent | 1553a647ca84f221fbadf1202844b91500d3ae9e (diff) | |
Use Dec 11 gcc 10.2 release
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c032b1b8a..16f791411 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -341,7 +341,7 @@ jobs: run: | sudo apt-get install -y gettext pip install requests sh click setuptools awscli - 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 sudo tar -C /usr --strip-components=1 -xaf gcc-arm-none-eabi-10-2020-q2-preview-x86_64-linux.tar.bz2 - name: Versions run: | |
