File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 4949 steps :
5050 - uses : actions/checkout@v5
5151
52- - name : Setup Ninja
53- uses : ashutoshvarma/setup-ninja@v1
54-
55- - name : Setup Clang
56- uses : egor-tensin/setup-clang@v1
57- with :
58- version : latest
59-
60- - name : Install clang-tidy
61- run : sudo apt-get update && sudo apt-get install -y clang-tidy
62-
6352 - name : Configure CMake with clang-tidy
6453 run : cmake --preset=clang-tidy
6554
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ include(cmake/CPM.cmake)
1616# NAME cpp-library
1717# URL "${CMAKE_SOURCE_DIR}/../cpp-library"
1818# )
19- CPMAddPackage(
"gh:stlab/[email protected] .4 " )
19+ CPMAddPackage(
"gh:stlab/[email protected] .5r1 " )
2020include (${cpp-library_SOURCE_DIR}/cpp-library.cmake)
2121
2222# Let cpp-library handle the project declaration and version detection
You can’t perform that action at this time.
0 commit comments