diff --git a/.github/workflows/sonarcloud.yaml b/.github/workflows/sonarcloud.yaml index b029718..3ecb704 100644 --- a/.github/workflows/sonarcloud.yaml +++ b/.github/workflows/sonarcloud.yaml @@ -59,10 +59,15 @@ jobs: echo "$(pwd)/.sonar/sonar-scanner-${{ env.SONAR_SCANNER_VERSION }}-linux/bin" >> $GITHUB_PATH echo "$(pwd)/.sonar/build-wrapper-linux-x86" >> $GITHUB_PATH + - name: Install conan + run: | + pip install conan + - name: Compile run: | mkdir build cd build + conan install .. build-wrapper-linux-x86-64 --out-dir ../.build-wrapper-out cmake .. -DMIN_LOGGER_LEVEL=TRACE build-wrapper-linux-x86-64 --out-dir ../.build-wrapper-out make -j$(nproc)