소스 검색

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