Skip to content

Commit

Permalink
expe conan_paths.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
kerautret committed Oct 12, 2023
1 parent 067bc32 commit 1ff24ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
echo "------"
ls -la "C:/Users/runneradmin/.conan/data"
echo "------"
ls -la "C:/Users/runneradmin/.conan/data/boost/1.81.0"
ls -la "C:/Users/runneradmin/.conan/data/boost/1.81.0/_"
- name: Configure CMake (linux)
if: matrix.os == 'ubuntu-latest'
shell: bash
Expand All @@ -136,7 +136,7 @@ jobs:
if: matrix.os == 'windows-latest'
shell: bash
working-directory: "${{runner.workspace}}/build"
run: cmake $GITHUB_WORKSPACE -DBoost_DIR="C:/Users/runneradmin/.conan/data/boost/1.81.0" -DDGtal_DIR="${{runner.workspace}}/build/DGtal/buildDGtal" -DCMAKE_BUILD_TYPE=Release -DDGTAL_RANDOMIZED_TESTING_WHITELIST="${{ steps.whitelist.outputs.WHITELIST }}"
run: cmake $GITHUB_WORKSPACE -DBoost_DIR="C:/Users/runneradmin/.conan/data/boost/1.81.0/_" -DDGtal_DIR="${{runner.workspace}}/build/DGtal/buildDGtal" -DCMAKE_BUILD_TYPE=Release -DDGTAL_RANDOMIZED_TESTING_WHITELIST="${{ steps.whitelist.outputs.WHITELIST }}"

- name: Build
working-directory: ${{runner.workspace}}/build
Expand Down

0 comments on commit 1ff24ed

Please sign in to comment.