Skip to content

Commit

Permalink
ci(mac): Fix libomp path for mac m1
Browse files Browse the repository at this point in the history
  • Loading branch information
ktgw0316 committed Feb 28, 2024
1 parent 5c6566d commit b937547
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
run: |
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
brew install ant lensfun libjpeg-turbo libomp libraw libtiff libxml2 little-cms2 rsync
if [ "${{ matrix.os }}" == "macos-14" ]; then
export LIBOMP_PATH=/opt/homebrew/opt/libomp
fi
ant -f macosx/build.xml zip
- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b937547

Please sign in to comment.