xo-cmake: github: fix xo-cmake-config path
This commit is contained in:
parent
a978d91e94
commit
294f1ebb81
1 changed files with 7 additions and 7 deletions
14
.github/workflows/xo-cpp-main.yml
vendored
14
.github/workflows/xo-cpp-main.yml
vendored
|
|
@ -64,11 +64,11 @@ jobs:
|
||||||
echo "::endgroup"
|
echo "::endgroup"
|
||||||
|
|
||||||
echo "::group::verify"
|
echo "::group::verify"
|
||||||
ls -l ${PREFIX}/xo-cmake-config
|
ls -l ${PREFIX}/bin/xo-cmake-config
|
||||||
${PREFIX}/xo-cmake-config --help
|
${PREFIX}/bin/xo-cmake-config --help
|
||||||
echo "$(${PREFIX}/xo-cmake-config --lcov-exe)"
|
echo "$(${PREFIX}/bin/xo-cmake-config --lcov-exe)"
|
||||||
echo "$(${PREFIX}/xo-cmake-config --genhtml-exe)"
|
echo "$(${PREFIX}/bin/xo-cmake-config --genhtml-exe)"
|
||||||
echo "$(${PREFIX}/xo-cmake-config --lcov-harness-exe)"
|
echo "$(${PREFIX}/bin/xo-cmake-config --lcov-harness-exe)"
|
||||||
echo "$(${PREFIX}/xo-cmake-config --gen-ccov-template)"
|
echo "$(${PREFIX}/bin/xo-cmake-config --gen-ccov-template)"
|
||||||
echo "$(${PREFIX}/xo-cmake-config --cmake-module-path)"
|
echo "$(${PREFIX}/bin/xo-cmake-config --cmake-module-path)"
|
||||||
echo "::endgroup"
|
echo "::endgroup"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue