Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ jobs:

- name: Install dependencies
run: |
brew install cmake
brew install python ninja buf
cmake --version
python --version
ninja --version
Comment on lines +61 to +63
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this necessary?

brew install buf
python -m pip install conan

- name: Create package
Expand Down Expand Up @@ -192,7 +194,7 @@ jobs:
run: |
apt-get install -y software-properties-common
apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'

apt-get update
apt-get -y install cmake

Expand Down
Loading