Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
deps: This wget got removed somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthMDev committed Jan 1, 2023
1 parent ac2f53c commit 036f7ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/macos/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 036f7ab

Please sign in to comment.