mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-14 02:33:51 +02:00
Merge pull request #1095 from kambala-decapitator/ci-fix-running-conan
[CI] fix running Conan
This commit is contained in:
commit
418aabcd94
4
.github/workflows/github.yml
vendored
4
.github/workflows/github.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user