github: fix PATH to use stage1 artifacts

This commit is contained in:
Roland Conybeare 2025-05-10 17:06:00 -05:00
commit fa2bc5d08f

View file

@ -34,6 +34,7 @@ jobs:
- name: build xo subprojects
run: |
PATH=${{github.workspace}}/local/bin:${PATH}
echo "::group::xo configure"
cmake -B .build -B . -DCMAKE_INSTALL_PREFIX=${PREFIX}
echo "::group::xo build"