Skip to content

Commit

Permalink
CI: Upgrade conan to 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fklebert committed Jul 18, 2023
1 parent 1c6124c commit a5669c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Configure
run: |
python3 -m venv venv && . ./venv/bin/activate
pip install -U setuptools wheel pip conan==1.58.0
pip install -U setuptools wheel pip conan==2.0.8
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release ..
- name: Build
working-directory: build
Expand Down Expand Up @@ -50,13 +50,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: python -m pip install setuptools wheel conan==1.58.0
- run: python -m pip install setuptools wheel conan==2.0.8
- run: mkdir build
- name: Build (macOS)
if: matrix.os == 'macos-latest' || matrix.os == 'macos-10.15'
working-directory: build
run: |
export OPENSSL_ROOT_DIR=$(brew --prefix openssl)
cmake -DPython3_ROOT_DIR=$pythonLocation \
-DPython3_FIND_FRAMEWORK=LAST \
-DCMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit a5669c5

Please sign in to comment.