github: install indentlog
This commit is contained in:
parent
be3880779f
commit
7cc51fc13d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/cmake-single-platform.yml
vendored
4
.github/workflows/cmake-single-platform.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue