typo: missed }

This commit is contained in:
Roland Conybeare 2025-05-10 16:46:30 -05:00
commit cf62cb328a

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}