Open
Description
This doesn't fail when running it locally, only on CI.
Local run:
[TerraGen]$ cmake --build build --target check-format
[0/2] Re-checking globbed directories...
[2/2] cd /home/kyle/Documents/TerraGen && /usr/bin/python3.9 /home/kyle/Documents/TerraGen/build/_deps/...ke-src/git-clang-format.py --binary=/usr/bin/clang-format --ci 4b825dc642cb6eb9a060e54bf8d69288fbee4904
clang-format did not modify any files
CI run:
cmake --build /home/runner/work/TerraGen/TerraGen/build --target check-format --config Debug
shell: /usr/bin/bash -e {0}
env:
BUILD_TYPE: Debug
CMake Error at build/_deps/format.cmake-src/cmake-format.cmake:53 (message):
cmake/CPM.cmake needs to be reformatted
Any idea what I'm doing wrong here?
Metadata
Metadata
Assignees
Labels
No labels