github: install indentlog

This commit is contained in:
Roland Conybeare 2023-09-24 13:40:07 -04:00
commit 7cc51fc13d

View file

@ -39,6 +39,10 @@ jobs:
- name: Build indentlog
run: cmake --build ${{github.workspace}}/build_indentlog --config ${{env.BUILD_TYPE}}
- name: Install indentlog
# install into ${{github.workspace}}/local
run: cmake --build ${{github.workspace}}/build_indentlog install
# # fetch source tree for indentlog dependency
# run: git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com:rconybea/indentlog.git