Fix typo in CMake cache
This commit is contained in:
parent
5d1ca28978
commit
e53cc64dc9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- name: Set up the build environment
|
- name: Set up the build environment
|
||||||
run: cmake -S . -B cmake-build-debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
run: cmake -S . -B cmake-build-debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||||
- name: Have clang-tidy lint for errors
|
- name: Have clang-tidy lint for errors
|
||||||
run: clang-tidy -p cmake-build-cli/ src/*.cpp src/*.h --warnings-as-errors='*'
|
run: clang-tidy -p cmake-build-debug src/*.cpp src/*.h --warnings-as-errors='*'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue