This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch hotfix/conan_build
in repository https://gitbox.apache.org/repos/asf/celix.git

commit e5ec4ab7345dd5a0663f8323646dd4af8a4e7d50
Author: PengZheng <[email protected]>
AuthorDate: Wed Feb 22 19:11:01 2023 +0800

    Stick to Conan 1.59.0.
---
 .github/workflows/coverage.yml | 2 +-
 .github/workflows/macos.yml    | 2 +-
 .github/workflows/ubuntu.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index ed1d8955..9dddec18 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -12,7 +12,7 @@ jobs:
       - name: Install conan and lcov
         run: |
           sudo apt-get install -yq --no-install-recommends lcov
-          sudo pip install conan
+          sudo pip install conan==1.59.0
       - name: Setup Conan Profile
         run: |
           conan profile new default --detect
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 2ab2c3a9..705d8a1b 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -17,7 +17,7 @@ jobs:
       - name: Install conan
         run: |
           brew install python
-          pip3 install -U conan
+          pip3 install -U conan==1.59.0
       - name: Setup Conan Profile
         run: |
           conan profile new default --detect
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 016c8f96..465ad18a 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -21,7 +21,7 @@ jobs:
         uses: actions/[email protected]
       - name: Install conan
         run: |
-          sudo pip install -U conan
+          sudo pip install -U conan==1.59.0
       - name: Setup Conan Profile
         env:
           CC: ${{ matrix.compiler[0] }}

Reply via email to