File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -287,12 +287,13 @@ jobs:
287287 fetch-depth : 1
288288 - name : Get CP deps
289289 run : python tools/ci_fetch_deps.py ${{ matrix.board }} ${{ github.sha }}
290+ - uses : carlosperate/arm-none-eabi-gcc-action@v1
291+ with :
292+ release : ' 10-2020-q4'
290293 - name : Install dependencies
291294 run : |
292295 sudo apt-get install -y gettext
293296 pip install -r requirements-ci.txt -r requirements-dev.txt
294- wget --no-verbose https://adafruit-circuit-python.s3.amazonaws.com/gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2
295- sudo tar -C /usr --strip-components=1 -xaf gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2
296297 - name : Versions
297298 run : |
298299 gcc --version
@@ -487,8 +488,9 @@ jobs:
487488 pip install -r requirements-ci.txt -r requirements-dev.txt
488489 wget --no-verbose https://adafruit-circuit-python.s3.amazonaws.com/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz
489490 sudo tar -C /usr --strip-components=1 -xaf gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz
490- wget --no-verbose https://adafruit-circuit-python.s3.amazonaws.com/gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2
491- sudo tar -C /usr --strip-components=1 -xaf gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2
491+ - uses : carlosperate/arm-none-eabi-gcc-action@v1
492+ with :
493+ release : ' 10-2020-q4'
492494 - name : Install mkfs.fat
493495 run : |
494496 wget https://github.com/dosfstools/dosfstools/releases/download/v4.2/dosfstools-4.2.tar.gz
You can’t perform that action at this time.
0 commit comments