From 036f7ab66ad4b1c413cefb3874db9a829f27ff61 Mon Sep 17 00:00:00 2001 From: DarthNihilus1 Date: Sun, 1 Jan 2023 15:02:02 -0500 Subject: [PATCH] deps: This wget got removed somehow --- .ci/macos/deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/macos/deps.sh b/.ci/macos/deps.sh index 96e70074f..039bb7a80 100755 --- a/.ci/macos/deps.sh +++ b/.ci/macos/deps.sh @@ -7,6 +7,7 @@ export PATH=$PATH:/opt/local/bin wget https://github.com/macports/macports-base/releases/download/v2.8.0/MacPorts-2.8.0-12-Monterey.pkg sudo installer -pkg ./MacPorts-2.8.0-12-Monterey.pkg -target / sudo port install cmake ninja ccache p7zip +wget https://github.com/ColorsWind/FFmpeg-macOS/releases/download/n5.0.1-patch3/FFmpeg-shared-n5.0.1-OSX-universal.zip unzip FFmpeg-shared-n5.0.1-OSX-universal.zip -d FFmpeg-shared-n5.0.1-OSX-universal sudo cp -rv FFmpeg-shared-n5.0.1-OSX-universal/* /usr/local/ # copy to /Users/runner/work/FFmpeg-macOS/FFmpeg-macOS/ffmpeg/install_universal