Skip to content

Commit 4e8fdff

Browse files
authored
MacOS Conan build fix (#484)
1 parent 5b8ef22 commit 4e8fdff

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/conan.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ jobs:
5858

5959
- name: Install dependencies
6060
run: |
61-
brew install cmake
62-
brew install python ninja buf
61+
cmake --version
62+
python --version
63+
ninja --version
64+
brew install buf
6365
python -m pip install conan
6466
6567
- name: Create package
@@ -192,7 +194,7 @@ jobs:
192194
run: |
193195
apt-get install -y software-properties-common
194196
apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
195-
197+
196198
apt-get update
197199
apt-get -y install cmake
198200

0 commit comments

Comments
 (0)