File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,19 @@ on: [ push ]
44
55env :
66 VCPKG_BINARY_SOURCES : " clear;x-gha,readwrite"
7+ CC=clang
8+ CXX=clang++
79
810jobs :
911 linux :
1012 strategy :
1113 fail-fast : false
1214 matrix :
1315 include :
14- - compiler : llvm
15- compiler-version : 16
1616 - compiler : llvm
1717 compiler-version : 18
18+ - compiler : llvm
19+ compiler-version : 19
1820 - compiler : llvm
1921 compiler-version : 20
2022 name : " ${{ github.job }} (${{ matrix.compiler }}-${{ matrix.compiler-version }})"
3032 with :
3133 version : ${{ matrix.compiler-version }}
3234 platform : x64
33- - name : Export GitHub Actions cache environment variables
34- uses : actions/github-script@v7
35- with :
3635 script : |
37- core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
38- core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
3936 - name : Setup ccache
4037 uses : hendrikmuhs/ccache-action@v1
4138 with :
You can’t perform that action at this time.
0 commit comments