We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458aa4b commit 7d25a29Copy full SHA for 7d25a29
.github/workflows/analysis.yml
@@ -37,7 +37,7 @@ concurrency:
37
38
jobs:
39
analysis:
40
- name: "SonarCloud Analysis"
+ name: "SonarCloud Analysis ${{ matrix.compiler[0] }}"
41
# Exclude runs on forks, since only the main org has the SonarCloud
42
# account credentials.
43
if: github.repository == 'AcademySoftwareFoundation/rawtoaces'
@@ -47,7 +47,7 @@ jobs:
47
strategy:
48
fail-fast: false
49
matrix:
50
- compiler: [ {gcc, g++}, {clang, clang} ]
+ compiler: [ [gcc, g++], [clang, clang] ]
51
runs-on: ubuntu-latest
52
container:
53
image: aswf/ci-osl:2024-clang17.2
0 commit comments