From 2e5f2a46d6bcdb3a6bc225b14bbca67782d368fd Mon Sep 17 00:00:00 2001 From: Ricardo Roldao Date: Mon, 13 May 2024 15:27:26 +0100 Subject: [PATCH] change path --- .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 d8884e2..1b50b24 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -106,7 +106,7 @@ jobs: - name: "Build capicxx-core-runtime" run: | - cmake -S capicxx-core-runtime -B build-core-runtime -D BOOST_ROOT=C:\runner\boost -D CMAKE_PREFIX_PATH=${{ runner.workspace }}\capicxx-someip-runtime\install -DCMAKE_INSTALL_PREFIX=${{ runner.workspace }}\capicxx-someip-runtime\install + cmake -S capicxx-core-runtime -B build-core-runtime -D BOOST_ROOT=C:\runner\boost -DCMAKE_INSTALL_PREFIX=${{ runner.workspace }}\install cmake --build build-core-runtime --target install - name: "Build vsomeip"