+ xo-indentlog build

This commit is contained in:
Roland Conybeare 2025-05-10 16:54:17 -05:00
commit 624178f193
5 changed files with 23 additions and 5 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: bootstrap xo-cmake
run: |
PREFIX=${{github.workspace}}//local
PREFIX=${{github.workspace}}/local
mkdir -p ${PREFIX}
echo "::group::xo-cmake configure"
cmake -B .build0 -S xo-cmake -DCMAKE_INSTALL_PREFIX=${PREFIX}