Skip to content

Commit

Permalink
Fixed conan version to 1.59 (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 authored Mar 31, 2023
1 parent d4048ef commit b854ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install prerequisites
run: |
pip3 install --upgrade setuptools pip
pip3 install conan
pip3 install conan==1.59
choco install doxygen.install
conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
conan install . -s build_type=${{ matrix.build_type }} -o shared=${{ matrix.shared }} -g deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install prerequisites
run: |
pip3 install --upgrade setuptools pip
pip3 install conan
pip3 install conan==1.59
- name: Configure Conan
run: conan remote add osp https://osp.jfrog.io/artifactory/api/conan/conan-local --force
- name: Conan create
Expand Down

0 comments on commit b854ed0

Please sign in to comment.