diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index a85731c..a1c1b3b 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -31,11 +31,6 @@ jobs: sudo apt-get update -qq sudo apt-get install -y googletest - - name: "Build capicxx-core-runtime" - run: | - cmake -S capicxx-core-runtime -B build-core-runtime -D CMAKE_INSTALL_PREFIX=install - cmake --build build-core-runtime --target install - - name: Ubuntu - Install boost 1.83.0 with gcc and x86 uses: MarkusJx/install-boost@v2.4.4 id: ubuntu-gcc-1_83-x86 @@ -47,6 +42,11 @@ jobs: arch: x86 cache: true + - name: "Build capicxx-core-runtime" + run: | + cmake -S capicxx-core-runtime -B build-core-runtime -D CMAKE_INSTALL_PREFIX=install + cmake --build build-core-runtime --target install + - name: "Build vsomeip" run: | cmake -S vsomeip -B vsomeip -D GTEST_ROOT=/usr/src/googletest -D BOOST_ROOT=/home/runner/boost/boost/ -D CMAKE_PREFIX_PATH=install -D CMAKE_INSTALL_PREFIX=install