File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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-2020q4 /gcc-arm-none-eabi-10-2020-q4-major -win32.zip
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
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-2020-q4-major
38- echo "C:\gcc-arm-none-eabi-10-2020-q4-major \bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
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
3939 rm gcc-arm-none-eabi-win32.zip
4040
4141 - name : Show lbuild and arm-none-eabi-gcc Version Information
You can’t perform that action at this time.
0 commit comments