Skip to content

Commit 7e9a8ba

Browse files
committed
[ci] Update arm gcc in windows runner to the 10.3 2021.10 release
1 parent 1790b20 commit 7e9a8ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows_armcortexm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
shell: powershell
2828
run: |
2929
$ProgressPreference = 'SilentlyContinue'
30-
Invoke-WebRequest -OutFile gcc-arm-none-eabi-win32.zip https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.07/gcc-arm-none-eabi-10.3-2021.07-win32.zip
30+
Invoke-WebRequest -OutFile gcc-arm-none-eabi-win32.zip https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-none-eabi-10.3-2021.10-win32.zip
3131
3232
- name: Install ARM Toolchain
3333
shell: powershell
3434
run: |
3535
Add-Type -Assembly "System.IO.Compression.Filesystem"
3636
[System.IO.Compression.ZipFile]::ExtractToDirectory("gcc-arm-none-eabi-win32.zip", "C:\")
37-
dir C:\gcc-arm-none-eabi-10.3-2021.07
38-
echo "C:\gcc-arm-none-eabi-10.3-2021.07\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
37+
dir C:\gcc-arm-none-eabi-10.3-2021.10
38+
echo "C:\gcc-arm-none-eabi-10.3-2021.10\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
3939
rm gcc-arm-none-eabi-win32.zip
4040
4141
- name: Show lbuild and arm-none-eabi-gcc Version Information

0 commit comments

Comments
 (0)