Skip to content

Commit

Permalink
VERBOSE
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Nov 11, 2023
1 parent 99637e9 commit bf721ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
enabled: 1,
os: windows-latest,
deps: "vcpkg install liblo --triplet x86-windows --host-triplet x86-windows",

Check failure on line 16 in .github/workflows/ccpp.yml

View workflow job for this annotation

GitHub Actions / yamllint

16:81 [line-length] line too long (89 > 80 characters)
config: "cmake -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DWERROR=1 .",
config: "cmake -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DWERROR=1 -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON .",

Check failure on line 17 in .github/workflows/ccpp.yml

View workflow job for this annotation

GitHub Actions / yamllint

17:81 [line-length] line too long (139 > 80 characters)
build: "cmake --build .",
test: "ctest --output-on-failure"
}
Expand Down

0 comments on commit bf721ba

Please sign in to comment.