From f2bf5325049a0732f854f79771f01814b77a8ab0 Mon Sep 17 00:00:00 2001 From: Ricardo Roldao Date: Mon, 20 May 2024 14:29:16 +0100 Subject: [PATCH] Remove install --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 239ad7d..d29a4a1 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -112,7 +112,7 @@ jobs: - name: "Build capicxx-dbus-runtime" run: | cmake -B build-dbus-runtime -D GTEST_ROOT=${{ github.workspace }}\googletest -D CMAKE_PREFIX_PATH=${{ runner.workspace }}\install -D CMAKE_INSTALL_PREFIX=${{ runner.workspace }}\install . - cmake --build build-dbus-runtime --target build_tests install + cmake --build build-dbus-runtime --target build_tests - name: "Run tests" run: |