Skip to content

Commit 991af1b

Browse files
committed
Updating cpp-library
1 parent c35fea1 commit 991af1b

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,6 @@ jobs:
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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")
2020
include(${cpp-library_SOURCE_DIR}/cpp-library.cmake)
2121

2222
# Let cpp-library handle the project declaration and version detection

0 commit comments

Comments
 (0)