Skip to content

Commit

Permalink
Stop using Conan on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-easterbrook committed Nov 23, 2023
1 parent 8b88c6b commit 0101720
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
CIBW_SKIP: pp3*
CIBW_BEFORE_ALL: >
brew install ninja &&
pip3 install conan==1.59.0 "cython<3.0" &&
cd exiv2-0.27.7-Source/build &&
conan profile new --detect default &&
conan install .. -o unitTests=False -b missing -pr:b=default -s arch=armv8 &&
cmake .. -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=${{ env.EXIV2_ROOT }} \
-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
Expand Down

0 comments on commit 0101720

Please sign in to comment.