From 9a3b104ec01084424e35b30c9b2b6c2ed02e01d9 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 24 Sep 2023 13:42:04 -0400 Subject: [PATCH] bugfix: cmake --install syntax --- .github/workflows/cmake-single-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 9fceb907..4f435149 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -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