Skip to content

Commit a0a0ba5

Browse files
JonnyPtneXpl0it3r
authored andcommitted
We don't need to specify compiler for the android toolchain
1 parent 81ca611 commit a0a0ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
echo "$(brew --prefix llvm@18)/bin" >> $GITHUB_PATH
324324
325325
- name: Configure
326-
run: cmake --preset dev -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_UNITY_BUILD=ON ${{matrix.platform.flags}}
326+
run: cmake --preset dev ${{ matrix.platform.name != 'Android' && '-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++' || ''}} -DCMAKE_UNITY_BUILD=ON ${{matrix.platform.flags}}
327327

328328
- name: Analyze Code
329329
run: cmake --build build --target tidy

0 commit comments

Comments
 (0)