github: fix broken cmake command

This commit is contained in:
Roland Conybeare 2025-05-10 17:09:21 -05:00
commit 4058fbb841

View file

@ -41,7 +41,7 @@ jobs:
run: |
PATH=${{github.workspace}}/local/bin:${PATH}
echo "::group::xo configure"
cmake -B .build -B . -DCMAKE_INSTALL_PREFIX=${PREFIX}
cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX}
echo "::group::xo build"
cmake --build .build
echo "::gorup::xo install"