update workflow

This commit is contained in:
uncor3
2025-10-28 10:44:52 +00:00
parent 0220079004
commit 7d156f113c
+8 -3
View File
@@ -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