diff --git a/.github/workflows/CITest.yml b/.github/workflows/CITest.yml index 01901655..38fad97f 100644 --- a/.github/workflows/CITest.yml +++ b/.github/workflows/CITest.yml @@ -126,4 +126,4 @@ jobs: mkdir build cd build cmake .. - cmake --install .. --strip \ No newline at end of file + cmake --build . --config Release --target install