mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2026-01-04 18:10:16 +03:00
Lock conan version to 1.58 to resolve incompatibilities with conan 2.x
This commit is contained in:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Install conan
|
||||
run: |
|
||||
pip install --upgrade conan
|
||||
pip install --upgrade conan==1.58
|
||||
shell: bash
|
||||
|
||||
- name: Setup conan profile
|
||||
@@ -116,7 +116,7 @@ jobs:
|
||||
|
||||
- name: Install conan
|
||||
run: |
|
||||
pip install --upgrade conan
|
||||
pip install --upgrade conan==1.58
|
||||
shell: bash
|
||||
|
||||
- name: Setup conan profile
|
||||
@@ -212,7 +212,7 @@ jobs:
|
||||
|
||||
- name: Install conan
|
||||
run: |
|
||||
pip install --upgrade conan
|
||||
pip install --upgrade conan==1.58
|
||||
shell: bash
|
||||
|
||||
- name: Setup conan profile
|
||||
|
||||
Reference in New Issue
Block a user