File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1414 clang-version :
1515 description : " Clang tools version to be installed"
1616 required : false
17- type : number
17+ type : string
1818
1919jobs :
2020 build :
3838 conan-cache : true
3939 conan-cache-version : ' v1'
4040 conan-config-url : https://github.com/iceshard-engine/conan-config.git
41+ conan-profile-compiler : ' clang'
42+ conan-profile-compiler-version : ' ${{ inputs.clang-version }}'
43+ conan-profile-cppstd : ' 20'
44+ conan-profile-libcxx : ' libc++'
4145
4246 - name : Setup IBT
4347 uses : iceshard-engine/.github/.github/actions/ibt-wks@main
Original file line number Diff line number Diff line change 2323 pipeline : ' x64'
2424 - host : ubuntu-latest
2525 pipeline : ' x64-Clang'
26- clang-version : 20
26+ clang-version : ' 20 '
2727 with :
2828 host-platform : ${{ matrix.host }}
2929 target : " ${{ matrix.project }}-${{ matrix.pipeline }}-${{ matrix.config }}"
30- clang-version : ${{ matrix.clang-version || 0 }}
30+ clang-version : ${{ matrix.clang-version || '' }}
You can’t perform that action at this time.
0 commit comments