File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 uses : carlosperate/arm-none-eabi-gcc-action@v1
2828 with :
2929 # When changing this update what Windows grabs too!
30- release : ' 14 .2.Rel1'
30+ release : ' 15 .2.Rel1'
3131
3232 # espressif
3333 - name : Get espressif toolchain
Original file line number Diff line number Diff line change 55 steps :
66 - name : Get broadcom toolchain
77 run : |
8- wget --no-verbose https://adafruit-circuit-python.s3.amazonaws.com/arm-gnu-toolchain-14 .2.rel1-x86_64-aarch64-none-elf.tar.xz
9- sudo tar -C /usr --strip-components=1 -xaf arm-gnu-toolchain-14 .2.rel1-x86_64-aarch64-none-elf.tar.xz
8+ wget --no-verbose https://adafruit-circuit-python.s3.amazonaws.com/arm-gnu-toolchain-15 .2.rel1-x86_64-aarch64-none-elf.tar.xz
9+ sudo tar -C /usr --strip-components=1 -xaf arm-gnu-toolchain-15 .2.rel1-x86_64-aarch64-none-elf.tar.xz
1010 sudo apt-get update
1111 sudo apt-get install -y mtools
1212 shell : bash
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ jobs:
246246 python3 -c "import sys, locale; print(sys.getdefaultencoding(), locale.getpreferredencoding(False))"
247247 - name : Install dependencies
248248 run : |
249- wget --no-verbose -O gcc-arm.zip https://developer.arm.com/-/media/Files/downloads/gnu/14 .2.rel1/binrel/arm-gnu-toolchain-14 .2.rel1-mingw-w64-i686-arm-none-eabi.zip
249+ wget --no-verbose -O gcc-arm.zip https://developer.arm.com/-/media/Files/downloads/gnu/15 .2.rel1/binrel/arm-gnu-toolchain-15 .2.rel1-mingw-w64-i686-arm-none-eabi.zip
250250 unzip -q -d /tmp/arm-gnu-toolchain gcc-arm.zip
251251 tar -C /tmp/arm-gnu-toolchain -cf - . | tar -C /usr/local -xf -
252252 # We could use a venv instead, but that requires entering the venv on each run step
You can’t perform that action at this time.
0 commit comments