Skip to content

Commit 05ae47f

Browse files
committed
fixing ci
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent c59185e commit 05ae47f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/conan.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
uses: actions/checkout@v2
1818
- name: Add msbuild to PATH
1919
uses: microsoft/setup-msbuild@v1.0.2
20+
- name: install Python
21+
uses: actions/setup-python@v5
22+
with:
23+
python-version: "3.10"
2024
- name: Get Conan
2125
uses: turtlebrowser/get-conan@main
2226
with:

0 commit comments

Comments
 (0)