File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 14
14
id : cache-arm-gcc
15
15
uses : actions/cache@v2
16
16
env :
17
- cache-name : arm-gcc-9-2020-q2
17
+ cache-name : arm-gcc-10.3-2021-07
18
18
with :
19
19
path : ${{ runner.temp }}/arm-gcc
20
20
key : ${{ runner.os }}-${{ env.cache-name }}
@@ -40,11 +40,11 @@ jobs:
40
40
- name : Install Embedded Arm Toolchain
41
41
if : steps.cache-arm-gcc.outputs.cache-hit != 'true'
42
42
run : |
43
- curl -O -L https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2020q2 /gcc-arm-none-eabi-9-2020-q2-update -x86_64-linux.tar.bz2
44
- md5sum gcc-arm-none-eabi-9-2020-q2-update -x86_64-linux.tar.bz2
43
+ curl -O -L https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.07 /gcc-arm-none-eabi-10.3-2021.07 -x86_64-linux.tar.bz2
44
+ md5sum gcc-arm-none-eabi-10.3-2021.07 -x86_64-linux.tar.bz2
45
45
echo Installing in ${{ runner.temp }}/arm-gcc
46
46
mkdir -p ${{ runner.temp }}/arm-gcc
47
- tar jvxf gcc-arm-none-eabi-9-2020-q2-update -x86_64-linux.tar.bz2 -C ${{ runner.temp }}/arm-gcc --strip-components 1
47
+ tar jvxf gcc-arm-none-eabi-10.3-2021.07 -x86_64-linux.tar.bz2 -C ${{ runner.temp }}/arm-gcc --strip-components 1
48
48
49
49
- name : Install dependencies
50
50
run : |
Original file line number Diff line number Diff line change 11
11
id : cache-arm-gcc
12
12
uses : actions/cache@v2
13
13
env :
14
- cache-name : arm-gcc-9-2020-q2
14
+ cache-name : arm-gcc-10.3-2021-07
15
15
with :
16
16
path : ${{ runner.temp }}/arm-gcc
17
17
key : ${{ runner.os }}-${{ env.cache-name }}
33
33
- name : Install Embedded Arm Toolchain
34
34
if : steps.cache-arm-gcc.outputs.cache-hit != 'true'
35
35
run : |
36
- (New-Object System.Net.WebClient).DownloadFile("https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2020q2 /gcc-arm-none-eabi-9-2020-q2-update- win32.zip","gcc-arm-none-eabi-9-2020-q2-update -win32.zip");
36
+ (New-Object System.Net.WebClient).DownloadFile("https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.07 /gcc-arm-none-eabi-10.3-2021.07- win32.zip","gcc-arm-none-eabi-10.3-2021.07 -win32.zip");
37
37
echo "Installing gcc-arm-none-eabi-9-2020-q2-update-win32 in ${{ runner.temp }}\arm-gcc";
38
- Expand-Archive -Path .\gcc-arm-none-eabi-9-2020-q2-update-win32.zip -DestinationPath ${{ runner.temp }}\arm-gcc -PassThru;
38
+ Expand-Archive -Path .\gcc-arm-none-eabi-10.3-2021.07-win32.zip -DestinationPath ${{ runner.temp }} -PassThru;
39
+ Rename-Item -Path ${{ runner.temp }}\gcc-arm-none-eabi-10.3-2021.07 -NewName ${{ runner.temp }}\arm-gcc
39
40
40
41
- name : Check Embedded Arm Toolchain
41
42
run : |
You can’t perform that action at this time.
0 commit comments