mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-26 08:41:13 +02:00
Merge remote-tracking branch 'upstream/develop' into autobattle-bugfix
This commit is contained in:
commit
a7d11856ec
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