1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

Merge pull request #1095 from kambala-decapitator/ci-fix-running-conan

[CI] fix running Conan
This commit is contained in:
Andrii Danylchenko
2022-11-02 12:34:22 +02:00
committed by GitHub

View File

@@ -127,6 +127,10 @@ jobs:
MXE_TARGET: ${{ matrix.mxe }}
VCMI_BUILD_PLATFORM: x64
- uses: actions/setup-python@v4
if: "${{ matrix.conan_profile != '' }}"
with:
python-version: '3.10'
- name: Conan setup
if: "${{ matrix.conan_profile != '' }}"
run: |