Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Nov 5, 2023
1 parent 53390f8 commit 7a66a52
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",
config: "SETX PKG_CONFIG_PATH=/vcpkg/packages/liblo_x64-windows/debug/lib/pkgconfig && cmake -DWERROR=1 .",
config: "cmake -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DWERROR=1 .",

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 (106 > 80 characters)
build: "cmake --build .",
test: "ctest --output-on-failure"
}
Expand Down

0 comments on commit 7a66a52

Please sign in to comment.