From 7d156f113cbeeca9c726459c40bb0a2f8bc5c7c7 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Tue, 28 Oct 2025 10:44:52 +0000 Subject: [PATCH] update workflow --- .github/workflows/build-macos.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index c63c50b..3dea329 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -54,7 +54,14 @@ jobs: curl \ openssl \ libzip \ - libheif + libheif \ + libssh \ + gstreamer \ + gst-plugins-base \ + gst-plugins-good \ + gst-plugins-bad \ + gst-plugins-ugly \ + gst-libav - name: Compile additional dependencies run: | @@ -109,8 +116,6 @@ jobs: srcdir="${name}-${ver}" pushd "$srcdir" - # Point configure to the Homebrew-installed OpenSSL - export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig" ./configure make -j"$(sysctl -n hw.ncpu)" && sudo make install