mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-16 02:47:36 +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 }}
|
MXE_TARGET: ${{ matrix.mxe }}
|
||||||
VCMI_BUILD_PLATFORM: x64
|
VCMI_BUILD_PLATFORM: x64
|
||||||
|
|
||||||
|
- uses: actions/setup-python@v4
|
||||||
|
if: "${{ matrix.conan_profile != '' }}"
|
||||||
|
with:
|
||||||
|
python-version: '3.10'
|
||||||
- name: Conan setup
|
- name: Conan setup
|
||||||
if: "${{ matrix.conan_profile != '' }}"
|
if: "${{ matrix.conan_profile != '' }}"
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user