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 5b8ef22 commit 4e8fdffCopy full SHA for 4e8fdff
.github/workflows/conan.yml
@@ -58,8 +58,10 @@ jobs:
58
59
- name: Install dependencies
60
run: |
61
- brew install cmake
62
- brew install python ninja buf
+ cmake --version
+ python --version
63
+ ninja --version
64
+ brew install buf
65
python -m pip install conan
66
67
- name: Create package
@@ -192,7 +194,7 @@ jobs:
192
194
193
195
apt-get install -y software-properties-common
196
apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
-
197
+
198
apt-get update
199
apt-get -y install cmake
200
0 commit comments