Skip to content

Commit

Permalink
Try not using Conan
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-easterbrook committed Nov 23, 2023
1 parent 57b9a0f commit 8b88c6b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ jobs:
CIBW_ARCHS: x86_64
CIBW_SKIP: pp3*
CIBW_BEFORE_ALL: >
brew install ninja &&
pip3 install conan==1.59.0 "cython<3.0" &&
brew install ninja gettext &&
cd exiv2-0.27.7-Source/build &&
conan profile new --detect default &&
conan install .. -o unitTests=False -b missing &&
cmake .. -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=${{ env.EXIV2_ROOT }} \
-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \
Expand Down

0 comments on commit 8b88c6b

Please sign in to comment.