Skip to content

Commit 4f8ec74

Browse files
committed
add missing tools to macos conan runner
1 parent cf37011 commit 4f8ec74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ jobs:
235235
- uses: actions/checkout@v4
236236
with:
237237
submodules: 'recursive'
238-
- name: Install Conan
238+
- name: Install Conan and tools
239239
run: |
240-
brew install conan
240+
brew install conan autoconf automake libtool coreutils
241241
conan profile detect --force
242242
- name: Install or build all dependencies with Conan
243243
run: conan install install/conan/conanfile_stable.txt --build=missing -of /Users/runner/conan -s build_type=Debug

0 commit comments

Comments
 (0)