We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
threeal/use-format-cmake-with-auto-install
2 parents 07e8c62 + f90e532 commit e86efedCopy full SHA for e86efed
.github/workflows/build.yml
@@ -14,9 +14,6 @@ jobs:
14
- name: Checkout repository
15
uses: actions/checkout@v3.5.3
16
17
- - name: Install cmake-format
18
- run: pip3 install cmake-format
19
-
20
- name: Configure CMake
21
run: |
22
cmake ${{ matrix.package }} \
error/CMakeLists.txt
@@ -19,7 +19,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
# Import Format.cmake to format source code
if(CHECK_FORMAT)
- cpmaddpackage("gh:TheLartians/Format.cmake@1.7.3")
+ cpmaddpackage("gh:threeal/Format.cmake#auto-install-cmake-format")
23
add_dependencies(error fix-format)
24
endif()
25
0 commit comments