mirror of
https://github.com/fmtlib/fmt.git
synced 2026-07-31 00:36:58 +08:00
The Configure step only set CXX, so CMake's C compiler detection fell back to whatever the default happened to be on the runner, independent of which C++ compiler the matrix entry was actually testing (e.g. CXX=clang++-3.6 but CC left to detect GCC 11). Derive CC from the same matrix.cxx value the job already installs a matching compiler for. |
||
|---|---|---|
| .. | ||
| codeql.yml | ||
| doc.yml | ||
| fuzz.yml | ||
| lint.yml | ||
| linux.yml | ||
| macos.yml | ||
| release.yml | ||
| supply-chain.yml | ||
| windows.yml | ||