diff options
| author | Hierophect <hierophect@gmail.com> | 2019-12-05 14:25:39 -0500 |
|---|---|---|
| committer | Hierophect <hierophect@gmail.com> | 2019-12-05 14:25:39 -0500 |
| commit | 9b43d5ced4d41b58209cc37434543bd990cced8f (patch) | |
| tree | e20cf5c6d22da140c16a6810011dd3ea0d4af443 /.github | |
| parent | 0d8eb3cfb4ef0e2a01a657752603a4c259423e46 (diff) | |
| parent | 12f64c7c16377c0600d7b09e7848474254e46d1e (diff) | |
Merge remote-tracking branch 'upstream/master' into stm32-blackpill
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0ab6f68b..4d7db57d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -141,6 +141,7 @@ jobs: - "robohatmm1_m4" - "sam32" - "serpente" + - "shirtty" - "snekboard" - "sparkfun_lumidrive" - "sparkfun_nrf52840_mini" @@ -170,7 +171,8 @@ jobs: run: | sudo apt-get install -y gettext pip install requests sh click setuptools awscli - 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 + 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 + sudo tar -C /usr --strip-components=1 -xaf gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2 - name: Versions run: | gcc --version |
