瀏覽代碼

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 年之前
父節點
當前提交
5f95a40646
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .github/workflows/build.yaml

+ 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