File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -287,12 +287,13 @@ jobs:
287
287
fetch-depth : 1
288
288
- name : Get CP deps
289
289
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'
290
293
- name : Install dependencies
291
294
run : |
292
295
sudo apt-get install -y gettext
293
296
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
296
297
- name : Versions
297
298
run : |
298
299
gcc --version
@@ -487,8 +488,9 @@ jobs:
487
488
pip install -r requirements-ci.txt -r requirements-dev.txt
488
489
wget --no-verbose https://adafruit-circuit-python.s3.amazonaws.com/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz
489
490
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'
492
494
- name : Install mkfs.fat
493
495
run : |
494
496
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