From ad1710d61a0a62a3fd5b33f38125160a07fc7bcd Mon Sep 17 00:00:00 2001 From: Rick Vogel Date: Fri, 18 Nov 2022 14:18:32 +0100 Subject: [PATCH] Fix install directory and type --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index fc47889f..85c020b2 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -342,7 +342,7 @@ jobs: - name: Install ( QSkinny ) Strip shell: bash - run: cmake --install . --strip + run: cmake --install qskinny_build --prefix qskinny_install --strip --config ${{ matrix.config.build_type }} - name: Configure ( CMake Integration Test ) shell: bash