feat: use clang
Some checks failed
Build and Package Tracy Profiler / build (push) Failing after 4m5s

This commit is contained in:
tqcq
2025-10-16 12:23:06 +08:00
parent cbf38c1f30
commit f2d94e695f

View File

@@ -32,6 +32,8 @@ jobs:
run: |
cd tracy
mkdir -p build
export CC=clang
export CXX=clang++
cmake -Sprofiler -Bbuild -DCMAKE_BUILD_TYPE=Release
- name: Build Tracy