File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ jobs:
329329 overwrite : true
330330 asset_name : cbuild_install.sh
331331
332- - name : Attach debian installer to release
332+ - name : Attach Debian installer to release
333333 if : ${{ github.event_name == 'release' }}
334334 uses : svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # v2
335335 with :
@@ -363,7 +363,7 @@ jobs:
363363 with :
364364 egress-policy : audit
365365
366- - name : Install linux deps
366+ - name : Install Linux deps
367367 if : ${{ startsWith(matrix.runs_on, 'ubuntu') }}
368368 run : |
369369 sudo apt-get update
@@ -394,7 +394,6 @@ jobs:
394394 run : |
395395 test -f ${installer_name} || wget -q ${arm_gcc_install_base}/${installer_name}
396396 tar -xvf ${installer_name}
397-
398397 - name : Setup ARM GCC for Windows
399398 if : ${{ startsWith(matrix.runs_on, 'windows') }}
400399 env :
You can’t perform that action at this time.
0 commit comments