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 cf37011 commit 4f8ec74Copy full SHA for 4f8ec74
.github/workflows/cmake_install.yml
@@ -235,9 +235,9 @@ jobs:
235
- uses: actions/checkout@v4
236
with:
237
submodules: 'recursive'
238
- - name: Install Conan
+ - name: Install Conan and tools
239
run: |
240
- brew install conan
+ brew install conan autoconf automake libtool coreutils
241
conan profile detect --force
242
- name: Install or build all dependencies with Conan
243
run: conan install install/conan/conanfile_stable.txt --build=missing -of /Users/runner/conan -s build_type=Debug
0 commit comments