Skip to content

Commit 7d25a29

Browse files
committed
analysis
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent 458aa4b commit 7d25a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ concurrency:
3737

3838
jobs:
3939
analysis:
40-
name: "SonarCloud Analysis"
40+
name: "SonarCloud Analysis ${{ matrix.compiler[0] }}"
4141
# Exclude runs on forks, since only the main org has the SonarCloud
4242
# account credentials.
4343
if: github.repository == 'AcademySoftwareFoundation/rawtoaces'
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
fail-fast: false
4949
matrix:
50-
compiler: [ {gcc, g++}, {clang, clang} ]
50+
compiler: [ [gcc, g++], [clang, clang] ]
5151
runs-on: ubuntu-latest
5252
container:
5353
image: aswf/ci-osl:2024-clang17.2

0 commit comments

Comments
 (0)