From 0737e9b9b333fa184451f5c39c435e60397d04be Mon Sep 17 00:00:00 2001 From: Markus Kalkbrenner Date: Sun, 9 Jun 2024 19:13:23 +0200 Subject: [PATCH] added libtool for macos build --- .github/workflows/libzedmd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/libzedmd.yml b/.github/workflows/libzedmd.yml index 7b14554..95316fc 100644 --- a/.github/workflows/libzedmd.yml +++ b/.github/workflows/libzedmd.yml @@ -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: | @@ -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 \ No newline at end of file + libzedmd-${{ needs.version.outputs.tag }}-android-arm64-v8a/libzedmd-${{ needs.version.outputs.tag }}-android-arm64-v8a.tar.gz