Skip to content

Commit fa3d23f

Browse files
committed
add missing step and specify 3.11
1 parent 75254d3 commit fa3d23f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/conan.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ jobs:
6363
ninja --version
6464
brew install buf
6565
66+
- name: Setup conan
67+
uses: conan-io/setup-conan@v1
68+
with:
69+
cache_packages: true
70+
6671
- name: Create package
6772
run: |
6873
# `buf` tries to read a CLI config file that we don't actually use located at
@@ -204,7 +209,7 @@ jobs:
204209
- name: Setup python
205210
uses: actions/setup-python@v5
206211
with:
207-
python-version: '3.10'
212+
python-version: '3.11'
208213

209214
- name: Setup conan
210215
uses: conan-io/setup-conan@v1

0 commit comments

Comments
 (0)