Skip to content

Commit

Permalink
added libtool for macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Jun 9, 2024
1 parent 41640d4 commit 0737e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/libzedmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- if: (matrix.platform == 'macos')
name: Add autoconf and automake (mac runner)
run: |
brew install autoconf automake
brew install autoconf automake libtool
- if: (!(matrix.platform == 'linux' && matrix.arch == 'aarch64'))
name: Build libzedmd-${{ matrix.platform }}-${{ matrix.arch }}
run: |
Expand Down Expand Up @@ -211,4 +211,4 @@ jobs:
libzedmd-${{ needs.version.outputs.tag }}-linux-aarch64/libzedmd-${{ needs.version.outputs.tag }}-linux-aarch64.tar.gz
libzedmd-${{ needs.version.outputs.tag }}-ios-arm64/libzedmd-${{ needs.version.outputs.tag }}-ios-arm64.tar.gz
libzedmd-${{ needs.version.outputs.tag }}-tvos-arm64/libzedmd-${{ needs.version.outputs.tag }}-tvos-arm64.tar.gz
libzedmd-${{ needs.version.outputs.tag }}-android-arm64-v8a/libzedmd-${{ needs.version.outputs.tag }}-android-arm64-v8a.tar.gz
libzedmd-${{ needs.version.outputs.tag }}-android-arm64-v8a/libzedmd-${{ needs.version.outputs.tag }}-android-arm64-v8a.tar.gz

0 comments on commit 0737e9b

Please sign in to comment.