diff --git a/.github/workflows/buildAndDocumentation.yml b/.github/workflows/buildAndDocumentation.yml index bdba50b0..429d13f5 100644 --- a/.github/workflows/buildAndDocumentation.yml +++ b/.github/workflows/buildAndDocumentation.yml @@ -105,8 +105,8 @@ jobs: echo cmake .. -DCMAKE_BUILD_TYPE=Release $CONFIG_WINDOWS -DBUILD_EXAMPLES=false -DBUILD_TESTING=false cmake .. -DCMAKE_BUILD_TYPE=Release $CONFIG_WINDOWS -DBUILD_EXAMPLES=false -DBUILD_TESTING=false cmake --build . --config Release --parallel 3 - cat conan_paths.cmake - ls ${{runner.workspace}}/build/DGtal/buildDGtal + ls -la ${{runner.workspace}}/build/DGtal/buildDGtal + ls -la ${{runner.workspace}}/build/DGtal/buildDGtal/Release/ - name: Configure CMake (linux) if: matrix.os == 'ubuntu-latest' shell: bash