Skip to content

Commit 356f6c1

Browse files
authored
Fix typos in workflow steps for consistency
1 parent f3be3df commit 356f6c1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/buildmgr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)