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