Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ jobs:
# brew upgrade # temporarily disabled because of the issues it's causing
brew uninstall --ignore-dependencies --force pkg-config@0.29.2
brew install coreutils pkgconf
wget https://github.com/XQuartz/XQuartz/releases/download/XQuartz-2.8.5/XQuartz-2.8.5.pkg -O XQuartz.pkg
sudo installer -verbose -pkg XQuartz.pkg -target /

- name: Install go modules
# if: steps.go.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion install_ffmpeg.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
echo 'WARNING: downloading and executing lpms/install_ffmpeg.sh, use it directly in case of issues'
curl https://raw.githubusercontent.com/livepeer/lpms/e1872bf609de6befe3cfcdc7a464d1e3469ea843/install_ffmpeg.sh | bash -s $1
curl https://raw.githubusercontent.com/livepeer/lpms/5fe66b1044f876b47248c36aed581622fbbe093d/install_ffmpeg.sh | bash -s $1
Loading