File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ jobs:
4141 # Exclude runs on forks, since only the main org has the SonarCloud
4242 # account credentials.
4343 if : github.repository == 'AcademySoftwareFoundation/rawtoaces'
44- secrets :
45- PASSED_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46- PASSED_SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
44+ # secrets:
45+ # PASSED_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46+ # PASSED_SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
47+ runs-on : ubuntu-latest
48+ container :
49+ image : aswf/ci-osl:2024-clang17.2
4750 strategy :
4851 fail-fast : false
4952 matrix :
5053 compiler : [ [gcc, g++], [clang, clang] ]
51- runs-on : ubuntu-latest
52- container :
53- image : aswf/ci-osl:2024-clang17.2
5454 env :
5555 CC : ${{ matrix.compiler[0] }}
5656 CXX : ${{ matrix.compiler[1] }}
You can’t perform that action at this time.
0 commit comments