diff --git a/.github/actions/select_setup/action.yml b/.github/actions/select_setup/action.yml index 47d3c2c83d..4b8f6c0579 100644 --- a/.github/actions/select_setup/action.yml +++ b/.github/actions/select_setup/action.yml @@ -1,5 +1,5 @@ -name: setup armclang -description: installs dependencies and correct armclang version to build and test simeng +name: Setup compiler and OS combo +description: installs dependencies and correct compiler/OS versions to build and test simeng ############################################################################## # Calls the correct setup action based on parameters passed into this action. diff --git a/.github/actions/setup_armclang_debian/action.yml b/.github/actions/setup_armclang_debian/action.yml index 177aa447a7..00028cbd16 100644 --- a/.github/actions/setup_armclang_debian/action.yml +++ b/.github/actions/setup_armclang_debian/action.yml @@ -1,4 +1,4 @@ -name: setup gcc +name: setup armclang description: installs dependencies and correct gcc version to build and test simeng inputs: diff --git a/.github/actions/setup_armclang_redhat/action.yml b/.github/actions/setup_armclang_redhat/action.yml index 13c08160db..9bb73668ce 100644 --- a/.github/actions/setup_armclang_redhat/action.yml +++ b/.github/actions/setup_armclang_redhat/action.yml @@ -1,4 +1,4 @@ -name: setup gcc +name: setup armclang description: installs dependencies and correct gcc version to build and test simeng inputs: diff --git a/.github/actions/setup_armclang_rocky/action.yml b/.github/actions/setup_armclang_rocky/action.yml index 3a51d744a5..3122bc895a 100644 --- a/.github/actions/setup_armclang_rocky/action.yml +++ b/.github/actions/setup_armclang_rocky/action.yml @@ -1,4 +1,4 @@ -name: setup gcc +name: setup armclang description: installs dependencies and correct gcc version to build and test simeng inputs: