2
0
Эх сурвалжийг харах

Merge pull request #35 from dvanderleij/master

Fix build by locking conan version to most recent 1.x to resolve incompatibilities with conan 2.x
K. S. Ernest (iFire) Lee 2 жил өмнө
parent
commit
5f95a40646

+ 3 - 3
.github/workflows/build.yaml

@@ -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