bugfix: cmake --install syntax

This commit is contained in:
Roland Conybeare 2023-09-24 13:42:04 -04:00
commit 9a3b104ec0

View file

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