File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1919 include :
2020 - c_compiler : clang
2121 cpp_compiler : clang++
22- - c_compiler : gcc
23- cpp_compiler : g++
22+ # TODO: add back gcc build when it is fixed
23+ # - c_compiler: gcc
24+ # cpp_compiler: g++
2425 steps :
2526 - uses : actions/checkout@v4
2627
Original file line number Diff line number Diff line change 2323 compiler :
2424 c_compiler : clang
2525 cpp_compiler : clang++
26- cmake_config :
26+ cmake_config : -GNinja
2727 - os : windows-latest
2828 compiler :
2929 c_compiler : clang-cl
4545 if : runner.os == 'Linux'
4646 run : |
4747 sudo apt-get update
48- sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev
48+ sudo apt-get install -y libmpfr-dev libgmp-dev libmpc-dev ninja-build
4949
5050 - name : Set reusable strings
5151 id : strings
You can’t perform that action at this time.
0 commit comments