Skip to content

Commit 0101720

Browse files
Stop using Conan on MacOS
1 parent 8b88c6b commit 0101720

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-macos-arm.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ jobs:
2727
CIBW_SKIP: pp3*
2828
CIBW_BEFORE_ALL: >
2929
brew install ninja &&
30-
pip3 install conan==1.59.0 "cython<3.0" &&
3130
cd exiv2-0.27.7-Source/build &&
32-
conan profile new --detect default &&
33-
conan install .. -o unitTests=False -b missing -pr:b=default -s arch=armv8 &&
3431
cmake .. -DCMAKE_BUILD_TYPE=Release \
3532
-DCMAKE_INSTALL_PREFIX=${{ env.EXIV2_ROOT }} \
3633
-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations" \

0 commit comments

Comments
 (0)