We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08467f7 commit 7ef65d8Copy full SHA for 7ef65d8
.github/workflows/cmake.yml
@@ -73,16 +73,21 @@ jobs:
73
run: |
74
sudo apt update
75
sudo apt install libtiff5-dev openmpi-bin libopenmpi-dev libeigen3-dev libyaml-cpp-dev ccache
76
- pip install conan
77
78
- name: Install Dependencies on MacOS
79
if: ${{ contains(matrix.os, 'macos') }}
80
81
brew update
82
brew install libtiff open-mpi libyaml ccache
83
- pip3 install conan
84
echo "CMAKE_PREFIX_PATH=/usr/local/opt/libomp" >> $GITHUB_ENV
85
+ - name: Install Conan
+ id: conan
86
+ uses: turtlebrowser/get-conan@main
87
+
88
+ - name: Conan version
89
+ run: echo "${{ steps.conan.outputs.version }}"
90
91
- name: Prepare ccache timestamp
92
id: ccache_cache_timestamp
93
shell: cmake -P {0}
0 commit comments