Skip to content

Commit

Permalink
Use the official exiv2 version on macOS
Browse files Browse the repository at this point in the history
It appears to have been updated to 0.28.1.
  • Loading branch information
10110111 committed Nov 27, 2023
1 parent 4cf4f59 commit f53ae15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,7 @@ jobs:
steps:
- name: Install dependencies
run: |
brew install inih # XXX: this should be put into dependencies in exiv2 formula
cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/e/
sed -e 's@0\.27\[email protected]@g' -e 's@4c192483a1125dc59a3d70b30d30d32edace9e14adf52802d2f853abf72db8a6@89af3b5ef7277753ef7a7b5374ae017c6b9e304db3b688f1948e73e103491f3d@g' exiv2.rb > exiv2.rb-
mv exiv2.rb- exiv2.rb
cd -
export HOMEBREW_NO_INSTALL_FROM_API=1
brew install --build-from-source exiv2
brew install qt@6 nlopt
brew install qt@6 nlopt exiv2
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,7 @@ jobs:
steps:
- name: Install dependencies
run: |
cat /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/e/exiv2.rb # temporary, for debugging
brew install inih # XXX: this should be put into dependencies in exiv2 formula
cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/e/
sed -e 's@0\.27\[email protected]@g' -e 's@4c192483a1125dc59a3d70b30d30d32edace9e14adf52802d2f853abf72db8a6@89af3b5ef7277753ef7a7b5374ae017c6b9e304db3b688f1948e73e103491f3d@g' exiv2.rb > exiv2.rb-
mv exiv2.rb- exiv2.rb
cd -
export HOMEBREW_NO_INSTALL_FROM_API=1
brew install --build-from-source exiv2
brew install qt@5 nlopt
brew install qt@5 nlopt exiv2
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit f53ae15

Please sign in to comment.